Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Merge pull request #14 from nsf-open/renovate/actions-checkout-3.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v3
  • Loading branch information
mdeanjones authored Jun 1, 2022
2 parents 57e368b + 6367e95 commit 9024ef1
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:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: volta-cli/action@v1

- name: Run Tests
Expand Down

0 comments on commit 9024ef1

Please sign in to comment.