Skip to content

Commit

Permalink
CI: bump actions/checkout from 2 to 3
Browse files Browse the repository at this point in the history
Resolves the warning: "Node.js 12 actions are deprecated."
  • Loading branch information
orien committed Jan 25, 2023
1 parent bbf4835 commit 0f25a6b
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 @@ -25,7 +25,7 @@ jobs:
env: # $BUNDLE_GEMFILE must be set at the job level, so it is set for all steps
BUNDLE_GEMFILE: ${{ github.workspace }}/gemfiles/${{ matrix.gemfile }}.gemfile
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit 0f25a6b

Please sign in to comment.