Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump actions/checkout from 3.0.2 to 3.2.0 #18

Closed
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@2541b1294d2704b0964813337f33b291d3f8596b
uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: 'Review Dependencies'
uses: actions/dependency-review-action@375c5370086bfff256c37f8beec0f437e2e72ae1
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.0'

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

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

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

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

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
with:
path: ${{ env.GOPATH }}/src/k8s.io/kops

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

- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
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@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- run: /usr/bin/git config --global user.email [email protected]
- 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@268d8c0ca0432bb2cf416faae41297df9d262d7f
with:
go-version: '1.19.0'
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b
- uses: actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b
- name: Update Dependencies
id: update_deps
run: |
Expand Down