There was an error while loading. Please reload this page.
1 parent a40bc6e commit eddd3ceCopy full SHA for eddd3ce
1 file changed
.github/workflows/build.yml
@@ -37,14 +37,14 @@ jobs:
37
steps:
38
# Full history and tags: git-dyn-semver derives the version from git state, so a
39
# shallow clone would build the wrong number rather than fail.
40
- - uses: actions/checkout@v7
+ - uses: actions/checkout@v7.0.1
41
with:
42
persist-credentials: false
43
fetch-depth: 0
44
fetch-tags: true
45
ref: ${{ inputs.ref || github.ref }}
46
- name: Set up Java
47
- uses: actions/setup-java@v5
+ uses: actions/setup-java@v5.7.0
48
49
java-version: "21"
50
distribution: "temurin"
0 commit comments