Skip to content

Commit

Permalink
Upgrade to actions/checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Vazquez <macedonv@amazon.com>
  • Loading branch information
austinvazquez committed Oct 7, 2024
1 parent 608b83c commit 908b04b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: false # see actions/setup-go#368

- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: golangci/golangci-lint-action@v3
with:
version: v1.52.2
Expand All @@ -59,7 +59,7 @@ jobs:
go-version: ${{ env.GO_VERSION }}
cache: false # see actions/setup-go#368

- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
path: src/github.com/containerd/errdefs
fetch-depth: 25
Expand All @@ -79,7 +79,7 @@ jobs:
os: [ubuntu-22.04, macos-13, windows-2022]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: src/github.com/containerd/errdefs

Expand Down

0 comments on commit 908b04b

Please sign in to comment.