Skip to content

Commit 5219be7

Browse files
Bump actions/cache from 5 to 6
Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v5...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent a9ed56f commit 5219be7

17 files changed

Lines changed: 17 additions & 17 deletions

.github/workflows/blueskyfeedbot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
script: |
2121
core.setOutput('cache-key', new Date().valueOf())
2222
- name: Retrieve cache
23-
uses: actions/cache@v5
23+
uses: actions/cache@v6
2424
with:
2525
path: ${{ github.workspace }}/blueskyfeedbot
2626
key: feed-cache-${{ steps.generate-key.outputs.cache-key }}

.github/workflows/ci-main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
- uses: ruby/setup-ruby@v1
4343
with:
4444
ruby-version: "3.2"
45-
- uses: actions/cache@v5
45+
- uses: actions/cache@v6
4646
with:
4747
path: |
4848
vendor/bundle

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- uses: ruby/setup-ruby@v1
2828
with:
2929
ruby-version: "3.2"
30-
- uses: actions/cache@v5
30+
- uses: actions/cache@v6
3131
with:
3232
path: |
3333
vendor/bundle

.github/workflows/cron-commit-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "3.2"
27-
- uses: actions/cache@v5
27+
- uses: actions/cache@v6
2828
with:
2929
path: |
3030
vendor/bundle

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v7
4242
with:
4343
node-version: '19'
44-
- uses: actions/cache@v5
44+
- uses: actions/cache@v6
4545
with:
4646
path: |
4747
vendor/bundle

.github/workflows/google-form-events.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "3.2"
27-
- uses: actions/cache@v5
27+
- uses: actions/cache@v6
2828
with:
2929
path: |
3030
vendor/bundle

.github/workflows/google-form-faqs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "3.2"
27-
- uses: actions/cache@v5
27+
- uses: actions/cache@v6
2828
with:
2929
path: |
3030
vendor/bundle

.github/workflows/google-form-news.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "3.2"
27-
- uses: actions/cache@v5
27+
- uses: actions/cache@v6
2828
with:
2929
path: |
3030
vendor/bundle

.github/workflows/google-form-recordings.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- uses: ruby/setup-ruby@v1
2525
with:
2626
ruby-version: "3.2"
27-
- uses: actions/cache@v5
27+
- uses: actions/cache@v6
2828
with:
2929
path: |
3030
vendor/bundle

.github/workflows/matrix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: ruby/setup-ruby@v1
2323
with:
2424
ruby-version: "3.2"
25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
with:
2727
path: |
2828
vendor/bundle

0 commit comments

Comments
 (0)