Skip to content
Merged
Show file tree
Hide file tree
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 number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
ruby: ['2.7', '3.2', '3.3', '3.4']
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-latest
continue-on-error: true
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby head debug
uses: ruby/setup-ruby@v1
with:
Expand All @@ -50,7 +50,7 @@ jobs:
name: Ruby 3.3 (Rocky)
container: rockylinux/rockylinux:9
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby
run: |
dnf update -y
Expand All @@ -68,7 +68,7 @@ jobs:
name: Ruby 3.4 (Windows)
timeout-minutes: 5
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
Expand All @@ -81,7 +81,7 @@ jobs:
runs-on: macos-latest
name: Ruby 3.4 (macOS)
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/clang-format.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
clang-format:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Run clang-format
uses: jidicula/clang-format-action@v4.16.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
commitlint:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
with:
fetch-depth: 0
- name: Setup Node.js
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/memcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
env:
BUNDLE_WITH: memcheck
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Install valgrind
run: sudo apt-get install valgrind
- name: Set up Ruby 3.4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rubocop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: RuboCop
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Set up Ruby 3.4
uses: ruby/setup-ruby@v1
with:
Expand Down