Skip to content

Commit 1593f09

Browse files
chore(deps): update actions/checkout action to v5
1 parent d1d5f40 commit 1593f09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/nix-github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
outputs:
1111
matrix: ${{ steps.set-matrix.outputs.matrix }}
1212
steps:
13-
- uses: actions/checkout@v4
13+
- uses: actions/checkout@v5
1414
- uses: cachix/install-nix-action@v30
1515
- id: set-matrix
1616
name: Generate Nix Matrix
@@ -26,6 +26,6 @@ jobs:
2626
strategy:
2727
matrix: ${{fromJSON(needs.nix-matrix.outputs.matrix)}}
2828
steps:
29-
- uses: actions/checkout@v4
29+
- uses: actions/checkout@v5
3030
- uses: cachix/install-nix-action@v30
3131
- run: nix build -L '.#${{ matrix.attr }}'

0 commit comments

Comments
 (0)