Skip to content

Commit 4522789

Browse files
austinvazquezRamkumar Chinchani
authored andcommitted
Update GitHub Actions packages to resolve warnings in CI
This change updates actions/checkout to v4 and actions/setup-go to v5 to resolve NodeJS 16 deprecation warnings in CI. Signed-off-by: Austin Vazquez <[email protected]>
1 parent e9849cf commit 4522789

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docs-and-linting.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ jobs:
1414
name: Documentation and Linting
1515
steps:
1616

17-
- uses: actions/checkout@v3
17+
- uses: actions/checkout@v4
1818
with:
1919
path: go/src/github.com/opencontainers/image-spec
2020

21-
- uses: actions/setup-go@v3
21+
- uses: actions/setup-go@v5
2222
with:
2323
go-version: ${{ matrix.go }}
2424

0 commit comments

Comments
 (0)