Skip to content

Update actions/checkout digest to 11bd719 #86

Update actions/checkout digest to 11bd719

Update actions/checkout digest to 11bd719 #86

Workflow file for this run

name: Test
on:
push:
jobs:
test:
strategy:
matrix:
os: [ubuntu-latest, windows-latest]
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
- name: Set up chezmoi
run: 'sh -c "$(curl -fsLS get.chezmoi.io)" -- init -S . --no-tty --promptDefaults --apply'
shell: bash