Skip to content

Commit ed2d91e

Browse files
authored
Merge pull request #135 from vimeda/renovate/actions-cache-4.x
Update actions/cache action to v4.1.1
2 parents 680536d + 30670e1 commit ed2d91e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build-image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
uses: docker/setup-buildx-action@v2
7474

7575
- name: Cache Docker layers
76-
uses: actions/[email protected].0
76+
uses: actions/[email protected].1
7777
with:
7878
path: /tmp/.buildx-cache
7979
key: ${{ runner.os }}-single-buildx-srv

.github/workflows/test-go.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
1818

19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
with:
2121
path: ~/go/pkg/mod
2222
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/test-php.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: Cache composer dependencies
39-
uses: actions/[email protected].0
39+
uses: actions/[email protected].1
4040
with:
4141
path: ${{ steps.composer-cache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)