Skip to content

Commit ad0a46e

Browse files
authored
Merge pull request #76 from mitchellh/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 8dd991e + 3c34328 commit ad0a46e

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

0 commit comments

Comments
 (0)