Skip to content

Commit 37aa124

Browse files
committed
CHORE: version bumps in GHAs
1 parent 02779f0 commit 37aa124

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/dogfooding.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,14 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v2
15+
uses: actions/checkout@v4
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Set up Go
20-
uses: actions/setup-go@v2
20+
uses: actions/setup-go@v4
2121
with:
22-
go-version: 1.18
22+
go-version: 1.21
2323

2424
- name: Build
2525
run: |

.github/workflows/gcr-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
steps:
2424
- name: Checkout
25-
uses: actions/checkout@v1
25+
uses: actions/checkout@v4
2626

2727
- name: gcloud auth
2828
id: 'auth'

.github/workflows/release.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,20 +16,20 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v2
19+
uses: actions/checkout@v4
2020
with:
2121
fetch-depth: 0
2222

2323
- name: Fetch all tags
2424
run: git fetch --force --tags
2525

2626
- name: Set up Go
27-
uses: actions/setup-go@v2
27+
uses: actions/setup-go@v4
2828
with:
29-
go-version: 1.18
29+
go-version: 1.21
3030

3131
- name: Run GoReleaser
32-
uses: goreleaser/goreleaser-action@v2
32+
uses: goreleaser/goreleaser-action@v5
3333
with:
3434
distribution: goreleaser
3535
version: latest

0 commit comments

Comments
 (0)