Skip to content

Commit

Permalink
Merge pull request github#2763 from github/dependabot-github_actions-…
Browse files Browse the repository at this point in the history
…actions-checkout-3

Bump actions/checkout from 2.4.0 to 3
  • Loading branch information
MikeMcQuaid authored Mar 2, 2022
2 parents e1729f1 + d90834f commit 1e924b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Set up Git repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3

- name: Set up Ruby
uses: ruby/setup-ruby@v1
Expand Down

0 comments on commit 1e924b8

Please sign in to comment.