Skip to content

Commit

Permalink
update checkoout action to V3
Browse files Browse the repository at this point in the history
Node.js 12 actions are deprecated. Use the checkout V3
action to use Node.js 16

Signed-off-by: Arnaud Pouliquen <arnaud.pouliquen@foss.st.com>
  • Loading branch information
arnopo committed Jun 3, 2023
1 parent 6ae252b commit b68bb82
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pullrequest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0
path: website
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
token: ${{ secrets.GITHUB_TOKEN }}

- name: Fetch git repository
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
path: website

Expand Down

0 comments on commit b68bb82

Please sign in to comment.