Skip to content

Commit 44a693d

Browse files
build(deps): Bump the actions group with 2 updates (#3927)
1 parent 49af123 commit 44a693d

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
12-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
12+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
1313
with:
1414
go-version: 1.x
1515
cache-dependency-path: "**/go.sum"

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
runs-on: ${{ matrix.platform }}
4343

4444
steps:
45-
- uses: actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
45+
- uses: actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2.0
4646
with:
4747
go-version: ${{ matrix.go-version }}
4848
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
@@ -54,7 +54,7 @@ jobs:
5454
echo "go-mod-cache=$(go env GOMODCACHE)" >> $GITHUB_OUTPUT
5555
5656
- name: Cache go modules
57-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
57+
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
5858
with:
5959
path: |
6060
${{ steps.cache-paths.outputs.go-cache }}

0 commit comments

Comments
 (0)