Skip to content

Commit

Permalink
github: use stable checkout@v4
Browse files Browse the repository at this point in the history
Signed-off-by: Kentaro Hayashi <[email protected]>
  • Loading branch information
kenhys committed Feb 6, 2025
1 parent e2548aa commit fdf7b18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
ruby: [ '2.7', '3.1', '3.2', '3.3', '3.4' ]
name: Test on Windows Server with Ruby ${{ matrix.ruby }}
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 fdf7b18

Please sign in to comment.