Skip to content

Commit f1d21f0

Browse files
chore(deps): update actions/cache action to v5
1 parent 1c29397 commit f1d21f0

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build-push-deploy-promrated.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Set up Docker Buildx
2020
uses: docker/setup-buildx-action@e468171a9de216ec08956ac3ada2f0791b6bd435 # v3
2121
- name: Cache Docker layers
22-
uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
22+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2323
with:
2424
path: /tmp/.buildx-cache
2525
key: ${{ runner.os }}-buildx-${{ github.sha }}

.github/workflows/compose-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
with:
2222
driver-opts: "image=moby/buildkit:v0.10.5"
2323
- uses: ./.github/actions/setup-go
24-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
24+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
2525
with:
2626
path: |
2727
~/go/pkg/mod

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
- uses: ./.github/actions/setup-go
18-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
18+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
1919
with:
2020
path: |
2121
~/go/pkg/mod

.github/workflows/nightly-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1212
- uses: ./.github/actions/setup-go
13-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
13+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
1414
with:
1515
path: |
1616
~/go/pkg/mod
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
driver-opts: "image=moby/buildkit:v0.10.5" # avoid unknown/unknown arch in ghcr
3333
- uses: ./.github/actions/setup-go
34-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
34+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
3535
with:
3636
path: |
3737
~/go/pkg/mod

.github/workflows/unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
1717
- uses: ./.github/actions/setup-go
18-
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
18+
- uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5.0.0
1919
with:
2020
path: |
2121
~/go/pkg/mod

0 commit comments

Comments
 (0)