Skip to content

Commit f391295

Browse files
Bump actions/checkout from 4.3.0 to 5.0.0 (#241)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.3.0 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.3.0...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 60d8342 commit f391295

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pr_validation.yaml

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

3131
steps:
3232
- name: "Checkout"
33-
uses: actions/checkout@v4.3.0
33+
uses: actions/checkout@v5.0.0
3434
with:
3535
lfs: true
3636
fetch-depth: 0
@@ -71,7 +71,7 @@ jobs:
7171

7272
steps:
7373
- name: "Checkout"
74-
uses: actions/checkout@v4.3.0
74+
uses: actions/checkout@v5.0.0
7575
with:
7676
lfs: true
7777
fetch-depth: 0

0 commit comments

Comments
 (0)