Skip to content

Commit ad9547b

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

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/rack_conform.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: checkout rack-conform
37-
uses: actions/checkout@v4
37+
uses: actions/checkout@v5
3838
with:
3939
repository: socketry/rack-conform
4040

.github/workflows/ragel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
4646
- name: repo checkout
4747
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}
48-
uses: actions/checkout@v4
48+
uses: actions/checkout@v5
4949

5050
- name: load ruby
5151
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
name: RuboCop linting
1414
runs-on: ubuntu-latest
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- uses: ruby/setup-ruby@v1
1818
with:
1919
ruby-version: 3.1
@@ -90,7 +90,7 @@ jobs:
9090
steps:
9191
- name: repo checkout
9292
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}
93-
uses: actions/checkout@v4
93+
uses: actions/checkout@v5
9494

9595
- name: Compile Puma without SSL support
9696
if: |
@@ -175,7 +175,7 @@ jobs:
175175
steps:
176176
- name: repo checkout
177177
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}
178-
uses: actions/checkout@v4
178+
uses: actions/checkout@v5
179179

180180
- name: load ruby, ragel
181181
if: ${{ needs.skip_duplicate_runs.outputs.should_skip != 'true' }}

.github/workflows/turbo-rails.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040

4141
steps:
4242
- name: checkout hotwired/turbo-rails
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v5
4444
with:
4545
repository: hotwired/turbo-rails
4646
ref: main

0 commit comments

Comments
 (0)