Skip to content

Commit 0394c4f

Browse files
authored
Merge pull request #179 from hashicorp/dependabot/github_actions/github-actions-backward-compatible-27c075bc57
Bump the github-actions-backward-compatible group across 1 directory with 2 updates
2 parents a1eb3bf + b2fbaa7 commit 0394c4f

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/go-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
steps:
1717
- name: Setup go
18-
uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
18+
uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
1919
with:
2020
go-version: ${{ matrix.go-version }}
2121

@@ -30,7 +30,7 @@ jobs:
3030
run: go mod download
3131

3232
- name: Cache / restore go modules
33-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
33+
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
3434
with:
3535
path: |
3636
~/go/pkg/mod

0 commit comments

Comments
 (0)