Skip to content

Commit 2ca0551

Browse files
Bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent af655d7 commit 2ca0551

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ jobs:
44
test:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/checkout@v5.0.0
7+
- uses: actions/checkout@v6.0.0
88
- uses: cachix/install-nix-action@v31
99
with:
1010
nix_path: nixpkgs=channel:nixos-unstable

.github/workflows/update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
update-sources:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5.0.0
10+
- uses: actions/checkout@v6.0.0
1111
- uses: cachix/install-nix-action@v31
1212
with:
1313
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)