Skip to content

Commit 398a62b

Browse files
authored
Merge pull request #46 from nix-community/dependabot/github_actions/actions/checkout-6
build(deps): bump actions/checkout from 5 to 6
2 parents 20cfe9e + 864d515 commit 398a62b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
os: [ubuntu-latest, macos-latest]
1111
runs-on: ${{ matrix.os }}
1212
steps:
13-
- uses: actions/checkout@v5
13+
- uses: actions/checkout@v6
1414
- uses: cachix/install-nix-action@v31
1515
with:
1616
nix_path: nixpkgs=channel:nixos-unstable
@@ -22,7 +22,7 @@ jobs:
2222
os: [ubuntu-latest, macos-latest]
2323
runs-on: ${{ matrix.os }}
2424
steps:
25-
- uses: actions/checkout@v5
25+
- uses: actions/checkout@v6
2626
- uses: cachix/install-nix-action@v31
2727
with:
2828
extra_nix_config: |

0 commit comments

Comments
 (0)