We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a7bcced commit 14f41f2Copy full SHA for 14f41f2
.github/workflows/release.yml
@@ -29,7 +29,7 @@ jobs:
29
distribution: "temurin"
30
java-version-file: .tool-versions
31
cache: "gradle"
32
- - uses: actions/setup-node@v4.0.3
+ - uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4.0.4
33
with:
34
node-version-file: .tool-versions
35
- name: Install semantic-release
0 commit comments