Skip to content

Update actions/checkout digest to 692973e #63

Update actions/checkout digest to 692973e

Update actions/checkout digest to 692973e #63

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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
- name: Set up chezmoi
run: 'sh -c "$(curl -fsLS get.chezmoi.io)" -- init -S . --no-tty --promptDefaults --apply'
shell: bash