Skip to content

Commit

Permalink
Merge pull request #7 from resque/dependabot/github_actions/actions/c…
Browse files Browse the repository at this point in the history
…heckout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
iloveitaly authored Jul 23, 2022
2 parents bae92dd + 4003d31 commit dfeef1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
ruby-version: ['3.0', 2.7, 2.6, 2.5, 2.4]

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby-version }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit dfeef1c

Please sign in to comment.