Skip to content

Commit 84bb9e2

Browse files
chore(deps): bump actions/cache/restore from 5.0.5 to 6.1.0 (#4648)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent d3dfd6d commit 84bb9e2

2 files changed

Lines changed: 9 additions & 9 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
${{ runner.os }}-openmeter-nix-build-
8484
8585
- name: Restore go.mod cache if exists
86-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
86+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8787
with:
8888
path: .devenv/state/go
8989
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -158,7 +158,7 @@ jobs:
158158
${{ runner.os }}-openmeter-nix-build-
159159
160160
- name: Restore go.mod cache if exists
161-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
161+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
162162
with:
163163
path: .devenv/state/go
164164
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -261,7 +261,7 @@ jobs:
261261
${{ runner.os }}-openmeter-nix-build-
262262
263263
- name: Restore go.mod cache if exists
264-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
264+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
265265
with:
266266
path: .devenv/state/go
267267
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -332,7 +332,7 @@ jobs:
332332

333333
# This shaves off 5s or so
334334
- name: Restore go.mod cache if exists
335-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
335+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
336336
with:
337337
path: .devenv/state/go
338338
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -403,7 +403,7 @@ jobs:
403403
${{ runner.os }}-openmeter-nix-build-
404404
405405
- name: Restore go.mod cache if exists
406-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
406+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
407407
with:
408408
path: .devenv/state/go
409409
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -450,7 +450,7 @@ jobs:
450450

451451
# This shaves off 5s or so
452452
- name: Restore go.mod cache if exists
453-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
453+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
454454
with:
455455
path: .devenv/state/go
456456
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -672,7 +672,7 @@ jobs:
672672
${{ runner.os }}-openmeter-nix-build-
673673
674674
- name: Restore go.mod cache if exists
675-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
675+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
676676
with:
677677
path: .devenv/state/go
678678
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -790,7 +790,7 @@ jobs:
790790
${{ runner.os }}-openmeter-nix-build-
791791
792792
- name: Restore go.mod cache if exists
793-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
793+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
794794
with:
795795
path: .devenv/state/go
796796
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ jobs:
141141
${{ runner.os }}-openmeter-nix-build-
142142
143143
- name: Restore go.mod cache if exists
144-
uses: actions/cache/restore@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
144+
uses: actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
145145
with:
146146
path: .devenv/state/go
147147
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{

0 commit comments

Comments
 (0)