Skip to content

Commit e8c2431

Browse files
authored
Merge branch 'main' into bebatut-patch-2
2 parents 1423abd + 423056c commit e8c2431

36 files changed

Lines changed: 472 additions & 500 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@v4
23+
uses: actions/cache@v5
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@v4
45+
- uses: actions/cache@v5
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@v4
30+
- uses: actions/cache@v5
3131
with:
3232
path: |
3333
vendor/bundle

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

Lines changed: 2 additions & 2 deletions
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@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
vendor/bundle
@@ -67,7 +67,7 @@ jobs:
6767

6868
- name: Create Pull Request
6969
# If it's not a Pull Request then commit any changes as a new PR.
70-
uses: peter-evans/create-pull-request@v7
70+
uses: peter-evans/create-pull-request@v8
7171
with:
7272
title: Update Cached Commit Data
7373
branch-suffix: timestamp

.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@v6
4242
with:
4343
node-version: '19'
44-
- uses: actions/cache@v4
44+
- uses: actions/cache@v5
4545
with:
4646
path: |
4747
vendor/bundle

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

Lines changed: 2 additions & 2 deletions
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@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
vendor/bundle
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.generate.outputs.new_ids != '0'
52-
uses: peter-evans/create-pull-request@v7
52+
uses: peter-evans/create-pull-request@v8
5353
with:
5454
commit-message: Import events from Google Form
5555
title: "[Google Form] New Event!"

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

Lines changed: 2 additions & 2 deletions
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@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
vendor/bundle
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.generate.outputs.new_ids != '0'
52-
uses: peter-evans/create-pull-request@v7
52+
uses: peter-evans/create-pull-request@v8
5353
with:
5454
commit-message: Import FAQs from Google Form
5555
title: "[Google Form] New FAQ!"

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

Lines changed: 2 additions & 2 deletions
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@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
vendor/bundle
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.generate.outputs.new_ids != '0'
52-
uses: peter-evans/create-pull-request@v7
52+
uses: peter-evans/create-pull-request@v8
5353
with:
5454
commit-message: Import news posts from Google Form
5555
title: "[Google Form] New News Post!"

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

Lines changed: 2 additions & 2 deletions
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@v4
27+
- uses: actions/cache@v5
2828
with:
2929
path: |
3030
vendor/bundle
@@ -49,7 +49,7 @@ jobs:
4949
if: |
5050
github.event_name != 'pull_request' &&
5151
steps.recordings.outputs.new_recordings == 'true'
52-
uses: peter-evans/create-pull-request@v7
52+
uses: peter-evans/create-pull-request@v8
5353
with:
5454
title: "[Google Form] New Recording Submission!"
5555
commit-message: add new recording from Google Form submission

.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@v4
25+
- uses: actions/cache@v5
2626
with:
2727
path: |
2828
vendor/bundle

0 commit comments

Comments
 (0)