Skip to content

Commit

Permalink
Merge pull request #100 from arnopo/checkout_update
Browse files Browse the repository at this point in the history
update checkoout action to V3
  • Loading branch information
pcolmer authored Jun 5, 2023
2 parents 6ae252b + b68bb82 commit f3112a1
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 f3112a1

Please sign in to comment.