Skip to content

Commit

Permalink
Merge pull request #15269 from kubernetes/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/checkout-3.5.0

Bump actions/checkout from 3.4.0 to 3.5.0
  • Loading branch information
k8s-ci-robot committed Mar 26, 2023
2 parents 8e52375 + db3cfc7 commit 8c5ae4a
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/depsreview.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,6 @@ jobs:
runs-on: ubuntu-20.04
steps:
- name: 'Checkout Repository'
uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: 'Review Dependencies'
uses: actions/dependency-review-action@f46c48ed6d4f1227fb2d9ea62bf6bcbed315589e
8 changes: 4 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
go-version: '1.19.7'

- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

Expand All @@ -38,7 +38,7 @@ jobs:
with:
go-version: '1.19.7'

- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

Expand All @@ -55,7 +55,7 @@ jobs:
with:
go-version: '1.19.7'

- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

Expand All @@ -72,7 +72,7 @@ jobs:
with:
go-version: '1.19.7'

- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tag-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
contents: write

steps:
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- run: /usr/bin/git config --global user.email actions@github.com
- run: /usr/bin/git config --global user.name 'GitHub Actions Release Tagger'
- run: hack/tag-release.sh
2 changes: 1 addition & 1 deletion .github/workflows/update-deps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9
with:
go-version: '1.19.7'
- uses: actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f
- uses: actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3
- name: Update Dependencies
id: update_deps
run: |
Expand Down

0 comments on commit 8c5ae4a

Please sign in to comment.