Skip to content

Commit 401fc8f

Browse files
Update GitHub Actions (#125)
Co-authored-by: curioswitch[bot] <187465413+curioswitch[bot]@users.noreply.github.com>
1 parent f14e86b commit 401fc8f

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828

29-
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
29+
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
3030

3131
- name: run lints
3232
# We don't have OS-specific code so would be completely repetitive to run

.github/workflows/export-go-server-ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
steps:
4545
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4646

47-
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
47+
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
4848

4949
- name: run lints
5050
# We don't have OS-specific code so would be completely repetitive to run
@@ -69,7 +69,7 @@ jobs:
6969
steps:
7070
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
7171

72-
- uses: curioswitch/go-build/.github/actions/setup-go@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
72+
- uses: curioswitch/go-build/.github/actions/setup-go@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
7373

7474
- id: google-auth
7575
if: ${{ env.DOCKER_PUSH == 'yes' }}
@@ -86,7 +86,7 @@ jobs:
8686
run: gcloud auth configure-docker asia-northeast1-docker.pkg.dev
8787

8888
- id: docker-meta
89-
uses: docker/metadata-action@c1e51972afc2121e065aed6d45c65596fe445f3f # v5.8.0
89+
uses: docker/metadata-action@318604b99e75e41977312d83839a89be02ca4893 # v5.9.0
9090
with:
9191
tags: |
9292
type=ref,event=branch

.github/workflows/refresh-go-cache.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@ jobs:
1919
- macos-15
2020
- ubuntu-24.04
2121
- windows-2025
22-
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
22+
uses: curioswitch/go-build/.github/workflows/export-refresh-go-cache.yaml@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
2323
with:
2424
runner: ${{ matrix.os }}

.github/workflows/renovate.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
sync:
11-
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@43d89fa5a241b51ac68f94cb38b12f7e92704b93 # v0.6.2
11+
uses: curioswitch/go-build/.github/workflows/export-renovate.yaml@f60fc8379d735d0415c0c56339d389f680760d96 # v0.6.3
1212
with:
1313
github_app_id: "1047503"
1414
secrets:

0 commit comments

Comments
 (0)