Skip to content

Commit a7d4368

Browse files
Bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent ecf711f commit a7d4368

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: Check out the codebase.
23-
uses: actions/checkout@v4
23+
uses: actions/checkout@v5
2424
with:
2525
path: "metabrainz.netplan"
2626

@@ -47,7 +47,7 @@ jobs:
4747

4848
steps:
4949
- name: Check out the codebase.
50-
uses: actions/checkout@v4
50+
uses: actions/checkout@v5
5151
with:
5252
path: "metabrainz.netplan"
5353

0 commit comments

Comments
 (0)