-
-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(template): sync with ahmadnassri/template-node-lib
- Loading branch information
Ahmad Nassri
committed
Nov 11, 2021
1 parent
aefd8e5
commit c59138c
Showing
2 changed files
with
3 additions
and
3 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 |
---|---|---|
|
@@ -18,7 +18,7 @@ jobs: | |
repository: ${{ steps.metadata.outputs.repository }} | ||
|
||
steps: | ||
- uses: actions/checkout@v2.3.5 | ||
- uses: actions/checkout@v2.4.0 | ||
|
||
- uses: ahmadnassri/action-metadata@v1 | ||
id: metadata | ||
|
@@ -70,7 +70,7 @@ jobs: | |
if: ${{ fromJSON(needs.metadata.outputs.repository).is_template }} | ||
|
||
steps: | ||
- uses: actions/checkout@v2.3.5 | ||
- uses: actions/checkout@v2.4.0 | ||
with: | ||
ref: ${{ github.event.pull_request.head.ref }} | ||
- uses: ahmadnassri/[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