-
-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Upgrade actions/checkout to v4.0.0 (#887)
Sometimes we had the following issue in our CI ``` Prepare all required actions Getting action download info Download action repository 'actions/checkout@f43a0e5ff2bd294095638e[18](https://github.com/SharezoneApp/sharezone-app/actions/runs/6081692757/job/16497871915?pr=883#step:1:22)286ca9a3d[19](https://github.com/SharezoneApp/sharezone-app/actions/runs/6081692757/job/16497871915?pr=883#step:1:23)56744' (SHA:f43a0e5ff2bd294095638e18286ca9a3d1956744) Error: Can't use 'tar -xzf' extract archive file: /home/runner/work/_actions/_temp_cbdafda6-2c5b-4638-b6be-e6d65c6e3a8a/4afea807-b012-4842-986f-87c77b76bc37.tar.gz. return code: 2. ``` This is the issue: actions/checkout#1448. Upgrading to 4.0.0 should fix the issue (see actions/checkout#1448 (comment))
- Loading branch information
1 parent
9ad9c9a
commit d7efd9e
Showing
8 changed files
with
21 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,7 +60,7 @@ jobs: | |
outputs: | ||
changesFound: ${{ steps.filter.outputs.changesFound }} | ||
steps: | ||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac | ||
- uses: AurorNZ/paths-filter@7c547bdd24124b0d69e07c96b62fd7fec5ced19a | ||
id: filter | ||
with: | ||
|
@@ -73,7 +73,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
if: ${{ needs.changes.outputs.changesFound == 'true' }} | ||
steps: | ||
- uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 | ||
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac | ||
|
||
- name: Install Prettier | ||
run: npm install --global [email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters