Skip to content

Commit b090887

Browse files
Update github actions to v6.2.0
1 parent e94787f commit b090887

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,14 +33,14 @@ jobs:
3333
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
3434

3535
- name: Setup NodeJS environment
36-
uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0
36+
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0
3737
with:
3838
node-version-file: 'antora/package.json'
3939
cache: 'npm'
4040
cache-dependency-path: 'antora/package-lock.json'
4141

4242
- name: Setup Go environment
43-
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
43+
uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4444
with:
4545
go-version-file: website/go.mod
4646
cache: true

0 commit comments

Comments
 (0)