Skip to content

Commit a9db93c

Browse files
chore(deps): update actions/checkout action to v5
1 parent afcc8ed commit a9db93c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
os: [ubuntu-latest, macos-latest]
1010
runs-on: ${{ matrix.os }}
1111
steps:
12-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
12+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313
- uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
1414
- run: ./ci.sh

0 commit comments

Comments
 (0)