Skip to content

Commit

Permalink
Use actions/checkout@v3 to avoid warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
tomschr committed Feb 9, 2023
1 parent bc7a577 commit b72ac4c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Checkout rnginline
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
repository: h4l/rnginline
path: rnginline
Expand Down

0 comments on commit b72ac4c

Please sign in to comment.