Skip to content

Commit

Permalink
Bump actions/checkout from v2 to v4 (#34)
Browse files Browse the repository at this point in the history
  • Loading branch information
ytkg authored Feb 20, 2024
1 parent 4ef9e0e commit 61862cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- { ruby: jruby-9.2, os: windows-latest }

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

- uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 61862cd

Please sign in to comment.