Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 2 to 4
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)
- [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>
  • Loading branch information
dependabot[bot] authored Oct 28, 2024
1 parent 98f91c9 commit f6e46ca
Show file tree
Hide file tree
Showing 16 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
name: ci
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
with:
go-version: '1.22'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
security-events: write
steps:
- name: Checkout repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
- name: setupGo
uses: actions/setup-go@v5.0.2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
go-version: 1.22.0
id: go
- name: Check out code into the Go module directory
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Update generated code
run: make generate
- name: Commit changes
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/e2e-long-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:
needs: e2e_import_gitops
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs: e2e_v2prov
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -155,7 +155,7 @@ jobs:
needs: e2e_update_labels
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
container: ubuntu:22.04
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/e2e-short.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo rm -f /mnt/swapfile || true
free -h
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/golangci-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
working-directory:
- ""
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
with:
go-version: '=1.22.0'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
- uses: actions/setup-go@v5.0.2
with:
go-version: 1.22.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightly-chart-and-image-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -48,7 +48,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
ref: ${{ github.ref }}
- name: Install Helm
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/nightly-test-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
with:
ref: main
fetch-depth: 0
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
RELEASE_DIR: .cr-release-packages
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand Down Expand Up @@ -118,7 +118,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4.1.7
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Delete nigtly tag and push
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
image: ${{ steps.image.outputs.image }}
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand All @@ -71,7 +71,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-e2e-suite.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
aws-iam-authenticator version
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: setupGo
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/trivy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Checkout code
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4
- name: Build an image
run: |
TAG=${{ github.sha }} make docker-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/updatecli.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
runs-on: "ubuntu-latest"
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Install Updatecli in the runner
uses: updatecli/updatecli-action@v2
Expand Down

0 comments on commit f6e46ca

Please sign in to comment.