Skip to content

Commit 02591a0

Browse files
build(deps): bump actions/checkout from 6.0.2 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.2 to 7.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v6.0.2...v7.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 7.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e34d654 commit 02591a0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pr_validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
steps:
2525
- name: "Checkout"
26-
uses: actions/checkout@v6.0.2
26+
uses: actions/checkout@v7.0.1
2727
with:
2828
lfs: true
2929
fetch-depth: 0

.github/workflows/publish_nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
echo "Tag '$TAG' is a valid bare version. Publishing package version: ${TAG}"
3838
3939
- name: "Checkout"
40-
uses: actions/checkout@v6.0.2
40+
uses: actions/checkout@v7.0.1
4141
with:
4242
lfs: true
4343
fetch-depth: 0

0 commit comments

Comments
 (0)