Skip to content

Commit 969fe6b

Browse files
chore(deps): update github-actions
1 parent 59b95b8 commit 969fe6b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/goreleaser.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Go
2121
uses: actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # 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/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -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@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
4646
with:
4747
path: |
4848
${HOME}/.cache/go-build

0 commit comments

Comments
 (0)