Skip to content

Commit

Permalink
Bump actions/checkout from 2 to 4 (#109)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v2...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Jan 19, 2024
1 parent 1c2651f commit 6962c65
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/backward-compatibility.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cri-o.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docker-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- uses: opsgang/ga-setup-minikube@v0.1.2
with:
minikube-version: '1.20.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/metrics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart-ds-containerd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with containerd
uses: helm/kind-action@v1.4.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/restart-ds-crio.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
integration:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Start a kind cluster with crio
uses: helm/kind-action@v1.4.0
with:
Expand Down

0 comments on commit 6962c65

Please sign in to comment.