Skip to content

Commit

Permalink
ci: Use checkout@v3 (#27)
Browse files Browse the repository at this point in the history
Use the latest version to fix issues with Git clone and unsafe directories
  • Loading branch information
Corentin Noël authored Jun 15, 2022
1 parent ec79de2 commit 9912a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/weekly-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: Clone repository
uses: actions/checkout@v1
uses: actions/checkout@v3

- name: Build metadata
run: |
Expand Down

0 comments on commit 9912a08

Please sign in to comment.