Skip to content

Commit 093287c

Browse files
dependabot[bot]eregon
authored andcommitted
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] <[email protected]>
1 parent b0f2dd6 commit 093287c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
reuse_matrix: ${{ steps.matrix.outputs.reuse_matrix }}
2727
steps:
2828
- name: Clone ruby
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@v5
3030
with:
3131
repository: ruby/ruby
3232
path: ruby
@@ -94,7 +94,7 @@ jobs:
9494
outputs:
9595
tag: ${{ steps.tag.outputs.tag }}
9696
steps:
97-
- uses: actions/checkout@v4
97+
- uses: actions/checkout@v5
9898
with:
9999
fetch-depth: 0
100100
if: github.event_name != 'push'
@@ -135,12 +135,12 @@ jobs:
135135
runs-on: ${{ matrix.os }}
136136
steps:
137137
- name: Clone ruby
138-
uses: actions/checkout@v4
138+
uses: actions/checkout@v5
139139
with:
140140
repository: ruby/ruby
141141
ref: ${{ matrix.name != '3.4-asan' && needs.prepare.outputs.commit || needs.prepare.outputs.commit_3_4_asan }}
142142
- name: Clone ruby-dev-builder
143-
uses: actions/checkout@v4
143+
uses: actions/checkout@v5
144144
with:
145145
path: ruby-dev-builder
146146

@@ -243,7 +243,7 @@ jobs:
243243
- run: make test-all TESTS="-j4"
244244

245245
- run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
246-
- uses: actions/checkout@v4
246+
- uses: actions/checkout@v5
247247
with:
248248
path: test_files
249249
- name: CLI Test

0 commit comments

Comments
 (0)