Skip to content

Commit 1cbda3a

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

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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1313
- uses: cachix/install-nix-action@91a071959513ca103b54280ac0bef5b825791d4d # v31
1414
- run: ./ci.sh

0 commit comments

Comments
 (0)