Skip to content

Commit 6357e19

Browse files
authored
Merge pull request #87 from roadrunner-server/dependabot/github_actions/actions/cache-6
build(deps): bump actions/cache from 5 to 6
2 parents 64a6fe6 + be70dd8 commit 6357e19

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: actions/checkout@v7
3030

3131
- name: Init Go modules Cache
32-
uses: actions/cache@v5
32+
uses: actions/cache@v6
3333
with:
3434
path: ~/go/pkg/mod
3535
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)