Skip to content

Commit 20b373e

Browse files
Bump actions/checkout from 4.1.7 to 4.2.2
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.7...v4.2.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 28ed752 commit 20b373e

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@v4.1.7
7+
- uses: actions/checkout@v4.2.2
88
- uses: cachix/install-nix-action@V27
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@v4.1.7
10+
- uses: actions/checkout@v4.2.2
1111
- uses: cachix/install-nix-action@V27
1212
with:
1313
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)