Skip to content

Commit 25c683b

Browse files
Merge pull request #182 from hashicorp/dependabot/github_actions/github-actions-backward-compatible-da1e1679ed
Bump the github-actions-backward-compatible group with 3 updates
2 parents acb8b18 + 4f2bcd8 commit 25c683b

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/go-tests.yml

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

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

2222
- name: Checkout code
23-
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
23+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2424

2525
- name: Create test directory
2626
run: |
@@ -30,7 +30,7 @@ jobs:
3030
run: go mod download
3131

3232
- name: Cache / restore go modules
33-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
33+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3434
with:
3535
path: |
3636
~/go/pkg/mod

0 commit comments

Comments
 (0)