Skip to content

Commit

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

Bump actions/checkout from 2 to 3
  • Loading branch information
petergoldstein authored Jun 17, 2022
2 parents 9153c18 + c4f084a commit a33d246
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:

name: ${{ matrix.ruby }} ${{ matrix.database }} rails-${{ matrix.gemfile }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- run: sudo apt-get update && sudo apt-get install libsqlite3-dev -y

Expand Down

0 comments on commit a33d246

Please sign in to comment.