Skip to content

Commit f68a017

Browse files
chore(deps): bump actions/cache from 4.2.4 to 4.3.0 (#3441)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01a09ff commit f68a017

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/ci.yaml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
run: nix develop --impure .#ci -c go mod download
5050

5151
- name: Save go caches - go mod
52-
uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
52+
uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
5353
with:
5454
path: .devenv/state/go
5555
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -82,7 +82,7 @@ jobs:
8282
${{ runner.os }}-openmeter-nix-build-
8383
8484
- name: Restore go.mod cache if exists
85-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
85+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
8686
with:
8787
path: .devenv/state/go
8888
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -132,7 +132,7 @@ jobs:
132132
${{ runner.os }}-openmeter-nix-build-
133133
134134
- name: Restore go.mod cache if exists
135-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
135+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
136136
with:
137137
path: .devenv/state/go
138138
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -200,7 +200,7 @@ jobs:
200200

201201
# This shaves off 5s or so
202202
- name: Restore go.mod cache if exists
203-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
203+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
204204
with:
205205
path: .devenv/state/go
206206
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -296,7 +296,7 @@ jobs:
296296

297297
# This shaves off 5s or so
298298
- name: Restore go.mod cache if exists
299-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
299+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
300300
with:
301301
path: .devenv/state/go
302302
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -324,7 +324,7 @@ jobs:
324324
echo "sha=${BASE_COMMIT}"
325325
326326
- name: Lint cache
327-
uses: actions/cache@v4.2.4
327+
uses: actions/cache@v4.3.0
328328
with:
329329
path: .devenv/golangci-lint-cache
330330
key: ${{ runner.os }}-openmeter-golangci-lint-cache-${{ steps.base-commit.outputs.sha }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -445,7 +445,7 @@ jobs:
445445
${{ runner.os }}-openmeter-nix-build-
446446
447447
- name: Restore go.mod cache if exists
448-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
448+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
449449
with:
450450
path: .devenv/state/go
451451
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}
@@ -526,7 +526,7 @@ jobs:
526526
${{ runner.os }}-openmeter-nix-build-
527527
528528
- name: Restore go.mod cache if exists
529-
uses: actions/cache/restore@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
529+
uses: actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
530530
with:
531531
path: .devenv/state/go
532532
key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }}

0 commit comments

Comments
 (0)