Skip to content

Commit

Permalink
Update GitHub Actions packages to resolve warnings in CI
Browse files Browse the repository at this point in the history
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 <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Feb 19, 2024
1 parent 08a9ca2 commit 4da0cfc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-and-linting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
name: Documentation and Linting
steps:

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: go/src/github.com/opencontainers/image-spec

- uses: actions/setup-go@v3
- uses: actions/setup-go@v5
with:
go-version: ${{ matrix.go }}

Expand Down

2 comments on commit 4da0cfc

@jeshukash

This comment was marked as spam.

@pierlebed

This comment was marked as spam.

Please sign in to comment.