Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump actions/checkout from 4.2.1 to 4.2.2 #3594

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -31,7 +31,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/[email protected].1
uses: actions/[email protected].2

- name: Set up QEMU
uses: docker/setup-qemu-action@v3
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
env:
GOOS: "${{ matrix.goos }}"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: Set GO env
Expand All @@ -60,7 +60,7 @@ jobs:
name: yaml | shell | imports order
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 20
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: src/github.com/containerd/nerdctl
fetch-depth: 100
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-24.04
timeout-minutes: 40
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/setup-go@v5
with:
go-version: 1.23.x
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test-canary.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: "ubuntu-24.04"
timeout-minutes: 40
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: "Prepare integration test environment"
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: Set GO env
Expand All @@ -79,7 +79,7 @@ jobs:
- run: go install -v gotest.tools/gotestsum@v1
# This here is solely to get the cni install script, which has not been modified in 3+ years.
# There is little to no reason to update this to latest containerd
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
repository: containerd/containerd
ref: "v1.7.23"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-kube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
env:
ROOTFUL: true
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: "Run Kubernetes integration tests"
Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- os: ubuntu-24.04
goos: linux
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -42,7 +42,7 @@ jobs:
check-latest: true
cache: true
- if: ${{ matrix.goos=='windows' }}
uses: actions/[email protected].1
uses: actions/[email protected].2
with:
repository: containerd/containerd
ref: v1.7.23
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: "Prepare integration test environment"
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
UBUNTU_VERSION: "${{ matrix.ubuntu }}"
CONTAINERD_VERSION: "${{ matrix.containerd }}"
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: Enable ipv4 and ipv6 forwarding
Expand Down Expand Up @@ -203,7 +203,7 @@ jobs:
}
EOT
sudo systemctl restart apparmor.service
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- name: "Register QEMU (tonistiigi/binfmt)"
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:
matrix:
go-version: ["1.22.x", "1.23.x"]
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -254,7 +254,7 @@ jobs:
name: docker
runs-on: ubuntu-24.04
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand Down Expand Up @@ -295,7 +295,7 @@ jobs:
run:
shell: bash
steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
fetch-depth: 1
- uses: actions/setup-go@v5
Expand All @@ -305,7 +305,7 @@ jobs:
check-latest: true
- run: go install ./cmd/nerdctl
- run: go install -v gotest.tools/gotestsum@v1
- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
repository: containerd/containerd
ref: v1.7.23
Expand All @@ -330,7 +330,7 @@ jobs:
runs-on: ubuntu-22.04

steps:
- uses: actions/[email protected].1
- uses: actions/[email protected].2
- uses: actions/cache@v4
with:
path: /root/.vagrant.d
Expand Down