Skip to content

Commit

Permalink
Merge pull request #9 from craftscat/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

Bump actions/checkout from 3 to 4
  • Loading branch information
takumism authored Mar 24, 2024
2 parents a99d609 + 54b4b70 commit 32cc791
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
os: [ubuntu, macos]
ruby: ['2.6', '2.7', '3.0', '3.1', '3.2']
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand All @@ -31,7 +31,7 @@ jobs:
name: Linting with RuboCop
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Set up Ruby 2.6
Expand All @@ -46,7 +46,7 @@ jobs:
name: Type checking with Steep
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Ruby 3
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 32cc791

Please sign in to comment.