Skip to content

Commit a2215b2

Browse files
authored
Merge pull request #7 from actcoding/dependabot/github_actions/dot-github/workflows/actions/cache-5
build(deps): bump actions/cache from 4 to 5 in /.github/workflows
2 parents ab7cd5f + 3ec6c96 commit a2215b2

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
version: ${{ env.TASK_VERSION }}
3939

40-
- uses: actions/cache@v4
40+
- uses: actions/cache@v5
4141
with:
4242
path: |
4343
~/.cache/go-build
@@ -86,7 +86,7 @@ jobs:
8686
with:
8787
version: ${{ env.TASK_VERSION }}
8888

89-
- uses: actions/cache@v4
89+
- uses: actions/cache@v5
9090
with:
9191
path: |
9292
~/.cache/go-build

0 commit comments

Comments
 (0)