Skip to content

Commit 2e73e73

Browse files
chore(deps): update github-actions
1 parent 3ba8341 commit 2e73e73

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/goreleaser.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Checkout
17-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1818
with:
1919
fetch-depth: 0
2020
- name: Set up Go
21-
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5
21+
uses: actions/setup-go@40f1582b2485089dde7abd97c1529aa768e1baff # v5
2222
with:
23-
go-version: 1.17
23+
go-version: 1.17.13
2424
- name: Set version tag
2525
run: |
2626
# go install github.com/miniscruff/changie@latest

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
timeout-minutes: 5
1919
steps:
2020
- name: checkout
21-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
21+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
2222
# Automatically caches for performance as well
2323
# https://github.com/reviewdog/action-golangci-lint
2424
# - name: golangci-lint

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 15
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919

2020
# https://github.com/magnetikonline/action-golang-cache
2121
- name: Setup Golang with cache

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
timeout-minutes: 10
1717
steps:
18-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
18+
- uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4
1919
- uses: aquaproj/aqua-installer@fd2089d1f56724d6456f24d58605e6964deae124 # v2.3.2
2020
with:
2121
aqua_version: v2.27.4
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
echo "$(go env GOPATH)/bin" >> $GITHUB_PATH
4444
- name: Setup Golang caches
45-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4
45+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
4646
with:
4747
path: |
4848
${HOME}/.cache/go-build

0 commit comments

Comments
 (0)