Skip to content

Commit 60d8342

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

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.2.2
33+
uses: actions/checkout@v4.3.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.2.2
74+
uses: actions/checkout@v4.3.0
7575
with:
7676
lfs: true
7777
fetch-depth: 0

0 commit comments

Comments
 (0)