We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e94787f commit b090887Copy full SHA for b090887
1 file changed
.github/workflows/build.yaml
@@ -33,14 +33,14 @@ jobs:
33
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
34
35
- name: Setup NodeJS environment
36
- uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
+ uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
37
with:
38
node-version-file: 'antora/package.json'
39
cache: 'npm'
40
cache-dependency-path: 'antora/package-lock.json'
41
42
- name: Setup Go environment
43
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
+ uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
44
45
go-version-file: website/go.mod
46
cache: true
0 commit comments