Skip to content

Commit

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

build(deps): bump actions/checkout from 4.1.4 to 4.1.5
  • Loading branch information
AkihiroSuda committed May 15, 2024
2 parents 01d3206 + cc60f5d commit 4fff6b2
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 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 @@ -30,7 +30,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v4.1.4
uses: actions/checkout@v4.1.5

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 40
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: actions/setup-go@v5
with:
go-version: 1.22.x
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
path: src/github.com/containerd/nerdctl
fetch-depth: 100
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 20
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- name: "Prepare integration test environment"
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- name: Enable ipv4 and ipv6 forwarding
Expand Down Expand Up @@ -194,7 +194,7 @@ jobs:
ROOTLESSKIT_VERSION: "${{ matrix.rootlesskit }}"
TEST_TARGET: "${{ matrix.target }}"
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- name: "Register QEMU (tonistiigi/binfmt)"
Expand All @@ -211,7 +211,7 @@ jobs:
matrix:
go-version: ["1.21.x", "1.22.x"]
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -226,7 +226,7 @@ jobs:
runs-on: ubuntu-22.04
timeout-minutes: 30
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -263,7 +263,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -272,7 +272,7 @@ jobs:
cache: true
check-latest: true
- run: go install ./cmd/nerdctl
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
with:
repository: containerd/containerd
ref: v1.7.16
Expand All @@ -295,7 +295,7 @@ jobs:
timeout-minutes: 20

steps:
- uses: actions/checkout@v4.1.4
- uses: actions/checkout@v4.1.5
- uses: actions/cache@v4
with:
path: /root/.vagrant.d
Expand Down

0 comments on commit 4fff6b2

Please sign in to comment.