Skip to content

Commit

Permalink
Merge pull request #1165 from austinvazquez/update-github-actions-pac…
Browse files Browse the repository at this point in the history
…kages

Update GitHub Actions packages to resolve warnings in CI
  • Loading branch information
tianon authored Feb 19, 2024
2 parents 08a9ca2 + 4da0cfc commit f5f8701
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

0 comments on commit f5f8701

Please sign in to comment.