Skip to content

Commit

Permalink
ci: use version instead of master
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Mar 18, 2024
1 parent b59486e commit 35f659f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: ${{ matrix.ruby-version}} on ${{ matrix.runs-on }}
runs-on: ${{ matrix.runs-on }}
steps:
- uses: actions/checkout@master
- uses: actions/checkout@v4
- uses: ruby/setup-ruby@v1
with:
ruby-version: ${{ matrix.ruby-version }}
Expand Down

0 comments on commit 35f659f

Please sign in to comment.