Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line numberDiff line numberDiff line change
Expand Up@@ -26,7 +26,7 @@ jobs:
reuse_matrix: ${{ steps.matrix.outputs.reuse_matrix }}
steps:
- name: Clone ruby
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ruby/ruby
path: ruby
Expand DownExpand Up@@ -94,7 +94,7 @@ jobs:
outputs:
tag: ${{ steps.tag.outputs.tag }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 0
if: github.event_name != 'push'
Expand DownExpand Up@@ -135,12 +135,12 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
- name: Clone ruby
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: ruby/ruby
ref: ${{ matrix.name != 'asan-release' && needs.prepare.outputs.commit || needs.prepare.outputs.latest_release_commit }}
- name: Clone ruby-dev-builder
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
path: ruby-dev-builder

Expand DownExpand Up@@ -238,7 +238,7 @@ jobs:
if: "!contains(matrix.name, 'asan') && matrix.name != 'debug'"

- run: echo "$HOME/.rubies/ruby-${{ matrix.name }}/bin" >> $GITHUB_PATH
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
path: test_files
- name: CLI Test
Expand Down