Skip to content

Commit 17fa67e

Browse files
committed
Update action versions
1 parent ed28d60 commit 17fa67e

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,22 +6,19 @@ on:
66
branches: [ main ]
77
jobs:
88
ci:
9-
name: ${{ matrix.ruby-version }} ${{ matrix.friendlyName }}-${{ matrix.arch }}
9+
name: ${{ matrix.ruby-version }} ${{ matrix.friendlyName }}
1010
runs-on: ${{ matrix.os }}
1111

1212
strategy:
1313
matrix:
1414
ruby-version:
15-
- "3.1"
1615
- "3.2"
1716
- "3.3"
1817
- "3.4"
1918
os:
2019
- ubuntu-latest
2120
- macos-latest
2221
- windows-latest
23-
arch:
24-
- x64
2522
include:
2623
- os: ubuntu-latest
2724
friendlyName: Linux
@@ -32,7 +29,7 @@ jobs:
3229

3330
steps:
3431
- name: Checkout repository
35-
uses: actions/checkout@v3
32+
uses: actions/checkout@v5
3633
- name: Setup Ruby and install bundle
3734
uses: ruby/setup-ruby@v1
3835
with:

0 commit comments

Comments
 (0)