Skip to content

Commit ef1e1fe

Browse files
authored
Merge pull request #78 from nootey/dependabot/github_actions/actions/cache-5
chore(deps): bump actions/cache from 4 to 5
2 parents 703b1cb + 414b7cf commit ef1e1fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
uses: docker/setup-buildx-action@v3
3030

3131
- name: Cache Docker layers
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: go-build-cache
3535
key: ${{ runner.os }}-go-build-cache-${{ hashFiles('**/go.sum') }}

.github/workflows/test-server.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
cache: true
4040

4141
- name: Cache Go modules
42-
uses: actions/cache@v4
42+
uses: actions/cache@v5
4343
with:
4444
path: |
4545
~/.cache/go-build

0 commit comments

Comments
 (0)