mirror of
https://github.com/imjasonh/kontain.me
synced 2026-07-18 06:40:04 +00:00
bump GHA deps
Signed-off-by: Jason Hall <jason@chainguard.dev>
This commit is contained in:
parent
787ea7e9b0
commit
7c246f748f
2 changed files with 5 additions and 5 deletions
2
.github/workflows/ci.yaml
vendored
2
.github/workflows/ci.yaml
vendored
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
name: CI
|
||||
runs-on: ['ubuntu-latest']
|
||||
steps:
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.x'
|
||||
- uses: actions/checkout@v3
|
||||
|
|
|
|||
8
.github/workflows/deploy.yaml
vendored
8
.github/workflows/deploy.yaml
vendored
|
|
@ -21,19 +21,19 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- uses: actions/setup-go@v2
|
||||
- uses: actions/setup-go@v4
|
||||
with:
|
||||
go-version: '1.20.x'
|
||||
- uses: hashicorp/setup-terraform@v2
|
||||
- uses: imjasonh/setup-crane@v0.1
|
||||
- uses: imjasonh/setup-crane@v0.3
|
||||
|
||||
# Setup OIDC->SA auth
|
||||
- uses: google-github-actions/auth@v0
|
||||
- uses: google-github-actions/auth@v1
|
||||
id: auth
|
||||
with:
|
||||
workload_identity_provider: 'projects/7577580991/locations/global/workloadIdentityPools/gha-pool/providers/gha-provider'
|
||||
service_account: 'gha-deployer@kontaindotme.iam.gserviceaccount.com'
|
||||
- uses: google-github-actions/setup-gcloud@v0.6.0
|
||||
- uses: google-github-actions/setup-gcloud@v1.1.1
|
||||
with:
|
||||
project_id: kontaindotme
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue