Skip to content

Commit 2c55748

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

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/[email protected].0
7+
- uses: actions/[email protected].1
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/[email protected].0
10+
- uses: actions/[email protected].1
1111
- uses: cachix/install-nix-action@v31
1212
with:
1313
nix_path: nixpkgs=channel:nixos-unstable

0 commit comments

Comments
 (0)