Skip to content

Commit 17c0119

Browse files
build(deps): Bump actions/cache from 5.0.5 to 6.0.0 in the actions group
Bumps the actions group with 1 update: [actions/cache](https://github.com/actions/cache). Updates `actions/cache` from 5.0.5 to 6.0.0 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@27d5ce7...2c8a9bd) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0476882 commit 17c0119

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/elixir-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
elixir-version: ${{ matrix.elixir }}
6868
otp-version: ${{ matrix.otp }}
6969
- if: steps.detect.outputs.relevant == 'true'
70-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
70+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
7171
with:
7272
path: |
7373
elixir-orchestration/deps
@@ -120,7 +120,7 @@ jobs:
120120
elixir-version: "1.17"
121121
otp-version: "27"
122122
- if: steps.detect.outputs.relevant == 'true'
123-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
123+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
124124
with:
125125
path: |
126126
elixir-orchestration/deps
@@ -171,7 +171,7 @@ jobs:
171171
elixir-version: "1.17"
172172
otp-version: "27"
173173
- if: steps.detect.outputs.relevant == 'true'
174-
uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5
174+
uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 # v6.0.0
175175
with:
176176
path: |
177177
elixir-orchestration/deps

0 commit comments

Comments
 (0)