Skip to content

Commit fc18401

Browse files
chore(deps): Bump actions/cache from 5.0.5 to 6.1.0
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.5 to 6.1.0. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...55cc834) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.1.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent fd9fb93 commit fc18401

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
go-version-file: '.go-version'
2828

2929
- name: Set up Go cache
30-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
30+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
3131
with:
3232
path: |
3333
~/.cache/go-build
@@ -53,7 +53,7 @@ jobs:
5353
go-version-file: '.go-version'
5454

5555
- name: Set up Go cache
56-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
56+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5757
with:
5858
path: |
5959
~/.cache/go-build
@@ -79,7 +79,7 @@ jobs:
7979
go-version-file: '.go-version'
8080

8181
- name: Set up Go cache
82-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
82+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
8383
with:
8484
path: |
8585
~/.cache/go-build
@@ -122,7 +122,7 @@ jobs:
122122
go-version-file: '.go-version'
123123

124124
- name: Set up Go cache
125-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
125+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
126126
with:
127127
path: |
128128
~/.cache/go-build
@@ -132,7 +132,7 @@ jobs:
132132
${{ github.job }}-${{ runner.os }}-go-
133133
134134
- name: Cache license information
135-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
135+
uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
136136
with:
137137
path: .licensei.cache
138138
key: licensei-v1-${{ github.ref_name }}-${{ hashFiles('go.sum') }}

0 commit comments

Comments
 (0)