Skip to content

Commit e993cd2

Browse files
dependabot[bot]dmke
authored andcommitted
build(deps): bump actions/cache from 3.2.4 to 3.2.5
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.4 to 3.2.5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.4...v3.2.5) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a2cba88 commit e993cd2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/checkout@v3
2828

2929
- name: Cache Go modules
30-
uses: actions/cache@v3.2.4
30+
uses: actions/cache@v3.2.5
3131
with:
3232
path: ~/go/pkg/mod
3333
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}
@@ -55,7 +55,7 @@ jobs:
5555
uses: actions/checkout@v3
5656

5757
- name: Cache Go modules
58-
uses: actions/cache@v3.2.4
58+
uses: actions/cache@v3.2.5
5959
with:
6060
path: ~/go/pkg/mod
6161
key: ${{ runner.os }}-${{ env.GO_VERSION }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)