Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3.3.0 to 4.1.3
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 4.1.3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Commits](actions/checkout@v3.3.0...v4.1.3)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 22, 2024
1 parent 4a8d689 commit ab6d3a9
Show file tree
Hide file tree
Showing 17 changed files with 26 additions and 26 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
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5
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
uses: actions/checkout@v4.1.3
- name: setupGo
uses: actions/setup-go@v5
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@ac593985615ec2ede58e132d2e21d2b1cbd6127c # tag=v3.3.0
uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # tag=v4.1.3
- name: Update generated code
run: make generate
- uses: EndBug/add-and-commit@a94899bca583c204427a224a7af87c02f9b325d5 # tag=v9.1.4
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
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
needs: e2e_import_gitops
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
needs: e2e_v2prov
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: setupGo
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
needs: e2e_update_labels
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
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 @@ -8,7 +8,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
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 @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
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
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5
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
- uses: actions/checkout@v4.1.3
- uses: actions/setup-go@v5
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
uses: actions/checkout@v4.1.3
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
uses: actions/checkout@v4.1.3
with:
ref: ${{ github.ref }}
- name: Install Helm
Expand Down
8 changes: 4 additions & 4 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
- uses: actions/checkout@v4.1.3
with:
ref: main
fetch-depth: 0
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
secret_registry: false
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand All @@ -100,7 +100,7 @@ jobs:
RELEASE_DIR: .cr-release-packages
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
ref: ${{ env.RELEASE_TAG }}
fetch-depth: 0
Expand Down Expand Up @@ -152,7 +152,7 @@ jobs:
permissions:
contents: write
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- uses: dev-drprasad/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-md-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
name: Broken Links
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # tag=v3.6.0
- uses: actions/checkout@v4.1.3 # tag=v3.6.0
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
with:
use-quiet-mode: 'yes'
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 @@ -54,7 +54,7 @@ jobs:
image: ${{ steps.image.outputs.image }}
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand All @@ -78,7 +78,7 @@ jobs:
packages: write
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
ref: ${{ inputs.tag }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
secret_registry: true
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
with:
fetch-depth: 0
- name: Docker login
Expand All @@ -93,7 +93,7 @@ jobs:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
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 @@ -66,7 +66,7 @@ jobs:
aws-iam-authenticator version
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
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
uses: actions/checkout@v4.1.3
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 @@ -21,7 +21,7 @@ jobs:
runs-on: "ubuntu-20.04"
steps:
- name: Checkout code
uses: actions/checkout@v4
uses: actions/checkout@v4.1.3
- name: Build an image
run: |
TAG=${{ github.sha }} ARCH=amd64 make docker-build
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/weekly-md-link-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
branch: [ main ]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4 # tag=v3.6.0
- uses: actions/checkout@v4.1.3 # tag=v3.6.0
with:
ref: ${{ matrix.branch }}
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # tag=v1
Expand Down

0 comments on commit ab6d3a9

Please sign in to comment.