Skip to content

Commit dc3fbd4

Browse files
authored
Merge pull request #7 from openjavaformat/dependabot/github_actions/main/actions/checkout-7.0.1
Bump actions/checkout from 4.4.0 to 7.0.1
2 parents 4b7a25b + dfcadff commit dc3fbd4

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)