Skip to content

Commit

Permalink
chore(deps): Bump actions/checkout from 3.5.0 to 3.5.1
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@8f4b7f8...83b7061)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Apr 12, 2023
1 parent 556b1b0 commit cd4b011
Show file tree
Hide file tree
Showing 11 changed files with 15 additions and 15 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-dev-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go

- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/gcr-prerelease-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go

- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/issue-greeting.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
fetch-depth: 1

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
fetch-depth: 0
ref: "master"
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
# for changelog
fetch-depth: 0
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go

- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/router-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- name: GoReleaser Snapshot
uses: goreleaser/goreleaser-action@f82d6c1c344bcacabba2c841718984797f664a6b
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- name: Get short COMMIT and TAG
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/router-helm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6

- name: Check out code onto GOPATH
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
fetch-depth: 1

Expand Down Expand Up @@ -144,7 +144,7 @@ jobs:
uses: imjasonh/setup-ko@ace48d793556083a76f1e3e6068850c1f4a369aa # v0.6

- name: Check out code onto GOPATH
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247
with:
fetch-depth: 1

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- name: Install tparse
run: go install github.com/mfridman/tparse@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
go-version: ${{ matrix.go-version }}
id: go

- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- name: golangci-lint
uses: golangci/golangci-lint-action@08e2f20817b15149a52b5b3ebe7de50aff2ba8c5
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/router-unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
id: go

- name: Check out code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- name: Install tparse
run: go install github.com/mfridman/tparse@latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-gcr-login.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
uses: actions/checkout@83b7061638ee4956cf7545a6f7efe594e5ad0247

- id: login_to_gcp
uses: google-github-actions/auth@ef5d53e30bbcd8d0836f4288f5e50ff3e086997d
Expand Down

0 comments on commit cd4b011

Please sign in to comment.