2 parents 4b7a25b + dfcadff commit dc3fbd4Copy full SHA for dc3fbd4
1 file changed
.github/workflows/ci.yml
@@ -20,7 +20,7 @@ jobs:
20
name: build
21
runs-on: ubuntu-latest
22
steps:
23
- - uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4.4.0
+ - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
24
with:
25
# gradle-git-version derives the project version from `git describe`,
26
# so it needs the full history and all tags.
@@ -80,7 +80,7 @@ jobs:
80
runner: macos-15-intel
81
82
83
84
85
fetch-depth: 0
86
0 commit comments