Skip to content

Commit

Permalink
github: use latest actions
Browse files Browse the repository at this point in the history
  • Loading branch information
kenhys committed Feb 6, 2025
1 parent 32d7565 commit 698b38f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
ruby: [ '2.7', '3.0', '3.1', '3.2', '3.3', '3.4' ]
name: Ruby ${{ matrix.ruby }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand All @@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-latest
name: Gem test
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 698b38f

Please sign in to comment.