Skip to content

Commit 1152ce7

Browse files
authored
Merge pull request #66 from mitchellh/dependabot/github_actions/actions/checkout-4.2.2
Bump actions/checkout from 4.1.7 to 4.2.2
2 parents 121be1b + ea16103 commit 1152ce7

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

0 commit comments

Comments
 (0)