Skip to content

Commit 7e568fb

Browse files
Bump actions/checkout from 4.4.0 to 7.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.4.0 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@v4.4.0...3d3c42e) --- 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 dbca9e0 commit 7e568fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎.github/workflows/ci.yml‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: build
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
23+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
2424
with:
2525
# gradle-git-version derives the project version from `git describe`,
2626
# so it needs the full history and all tags.
@@ -80,7 +80,7 @@ jobs:
8080
runner: macos-15-intel
8181

8282
steps:
83-
- uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
83+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
8484
with:
8585
fetch-depth: 0
8686

0 commit comments

Comments
 (0)