Skip to content

Commit f5f8701

Browse files
authored
Merge pull request #1165 from austinvazquez/update-github-actions-packages
Update GitHub Actions packages to resolve warnings in CI
2 parents 08a9ca2 + 4da0cfc commit f5f8701

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)