Skip to content

Commit

Permalink
Merge pull request #1414 from containerd/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/checkout-3.1.0

Bump actions/checkout from 3.0.2 to 3.1.0
  • Loading branch information
AkihiroSuda authored Oct 5, 2022
2 parents 8d8e366 + 02ad394 commit 86f7cf4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ghcr-image-build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v3.0.2
uses: actions/checkout@v3.1.0

# Login against a Docker registry except on PR
# https://github.com/docker/login-action
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
- name: "Compile binaries"
run: make artifacts
- name: "SHA256SUMS"
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
path: src/github.com/containerd/nerdctl
fetch-depth: 100
Expand All @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- uses: actions/setup-go@v3
Expand All @@ -47,7 +47,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- name: "Run unit tests"
Expand All @@ -73,7 +73,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- name: "Prepare integration test environment"
Expand Down Expand Up @@ -109,7 +109,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- name: "Register QEMU (tonistiigi/binfmt)"
Expand All @@ -130,7 +130,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- name: "Cross"
Expand All @@ -143,7 +143,7 @@ jobs:
- uses: actions/setup-go@v3
with:
go-version: 1.19.x
- uses: actions/checkout@v3.0.2
- uses: actions/checkout@v3.1.0
with:
fetch-depth: 1
- name: "Register QEMU (tonistiigi/binfmt)"
Expand Down

0 comments on commit 86f7cf4

Please sign in to comment.