Skip to content

Commit 9edbb45

Browse files
chore(deps): bump actions/cache from 4.2.2 to 4.2.3 (#184)
Bumps [actions/cache](https://github.com/actions/cache) from 4.2.2 to 4.2.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@d4323d4...5a3ec84) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b89e313 commit 9edbb45

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/check-manifest-generation-diff.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
go-version-file: '${{ github.workspace }}/go.mod'
2222
- name: Restore Go cache
23-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
23+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2424
with:
2525
path: /home/runner/work/_temp/_github_home/go/pkg/mod
2626
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
go-version-file: '${{ github.workspace }}/go.mod'
2525
- name: Cache go-build and mod
26-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
26+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
2727
with:
2828
path: |
2929
~/.cache/go-build/

.github/workflows/test.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
with:
2727
go-version-file: '${{ github.workspace }}/go.mod'
2828
- name: Restore Go cache
29-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
29+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
3030
with:
3131
path: /home/runner/work/_temp/_github_home/go/pkg/mod
3232
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -45,7 +45,7 @@ jobs:
4545
with:
4646
go-version-file: '${{ github.workspace }}/go.mod'
4747
- name: Restore Go cache
48-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
48+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
4949
with:
5050
path: /home/runner/work/_temp/_github_home/go/pkg/mod
5151
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}
@@ -64,7 +64,7 @@ jobs:
6464
with:
6565
go-version-file: '${{ github.workspace }}/go.mod'
6666
- name: Restore Go cache
67-
uses: actions/cache@d4323d4df104b026a6aa633fdb11d772146be0bf # v4.2.2
67+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
6868
with:
6969
path: /home/runner/work/_temp/_github_home/go/pkg/mod
7070
key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}

0 commit comments

Comments
 (0)