Skip to content

Commit 1333176

Browse files
build(deps): bump actions/cache from 5 to 6 (#110)
Signed-off-by: dependabot[bot] <support@github.com>
1 parent cb5c86f commit 1333176

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Lint code
2020
uses: golangci/golangci-lint-action@v9
2121
- name: Cache Go modules
22-
uses: actions/cache@v5
22+
uses: actions/cache@v6
2323
with:
2424
path: ~/go/pkg/mod
2525
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)