|
49 | 49 | run: nix develop --impure .#ci -c go mod download |
50 | 50 |
|
51 | 51 | - name: Save go caches - go mod |
52 | | - uses: actions/cache/save@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4 |
| 52 | + uses: actions/cache/save@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0 |
53 | 53 | with: |
54 | 54 | path: .devenv/state/go |
55 | 55 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
|
82 | 82 | ${{ runner.os }}-openmeter-nix-build- |
83 | 83 |
|
84 | 84 | - 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 |
86 | 86 | with: |
87 | 87 | path: .devenv/state/go |
88 | 88 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -132,7 +132,7 @@ jobs: |
132 | 132 | ${{ runner.os }}-openmeter-nix-build- |
133 | 133 |
|
134 | 134 | - 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 |
136 | 136 | with: |
137 | 137 | path: .devenv/state/go |
138 | 138 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -200,7 +200,7 @@ jobs: |
200 | 200 |
|
201 | 201 | # This shaves off 5s or so |
202 | 202 | - 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 |
204 | 204 | with: |
205 | 205 | path: .devenv/state/go |
206 | 206 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -296,7 +296,7 @@ jobs: |
296 | 296 |
|
297 | 297 | # This shaves off 5s or so |
298 | 298 | - 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 |
300 | 300 | with: |
301 | 301 | path: .devenv/state/go |
302 | 302 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -324,7 +324,7 @@ jobs: |
324 | 324 | echo "sha=${BASE_COMMIT}" |
325 | 325 |
|
326 | 326 | - name: Lint cache |
327 | | - uses: actions/cache@v4.2.4 |
| 327 | + uses: actions/cache@v4.3.0 |
328 | 328 | with: |
329 | 329 | path: .devenv/golangci-lint-cache |
330 | 330 | key: ${{ runner.os }}-openmeter-golangci-lint-cache-${{ steps.base-commit.outputs.sha }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -445,7 +445,7 @@ jobs: |
445 | 445 | ${{ runner.os }}-openmeter-nix-build- |
446 | 446 |
|
447 | 447 | - 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 |
449 | 449 | with: |
450 | 450 | path: .devenv/state/go |
451 | 451 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
@@ -526,7 +526,7 @@ jobs: |
526 | 526 | ${{ runner.os }}-openmeter-nix-build- |
527 | 527 |
|
528 | 528 | - 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 |
530 | 530 | with: |
531 | 531 | path: .devenv/state/go |
532 | 532 | key: ${{ runner.os }}-openmeter-go-modules-${{ github.ref_name }}-${{ hashFiles('flake.*', 'go.*', '.github/workflows/*.yaml') }} |
|
0 commit comments