Skip to content

Commit

Permalink
build(deps): bump actions/checkout from 4.2.1 to 4.2.2
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.1 to 4.2.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.2.1...v4.2.2)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Oct 23, 2024
1 parent 3dfe8d2 commit 0ee1a59
Show file tree
Hide file tree
Showing 7 changed files with 19 additions and 19 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 @@ -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

0 comments on commit 0ee1a59

Please sign in to comment.