-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update actions/checkout Changelog-entry: Update actions/checkout to
- Loading branch information
1 parent
1ce733b
commit 143a64e
Showing
1 changed file
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 |
---|---|---|
|
@@ -261,7 +261,7 @@ jobs: | |
|
||
# https://github.com/actions/checkout | ||
- name: Clone device repository | ||
uses: actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
repository: ${{ inputs.device-repo }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -1063,7 +1063,7 @@ jobs: | |
steps: | ||
# Clone the device respository to fetch Leviathan | ||
- name: Clone device repository | ||
uses: actions/[email protected] | ||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 | ||
with: | ||
repository: ${{ inputs.device-repo }} | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
@@ -1129,7 +1129,7 @@ jobs: | |
# Images need to end up in workspace folder and need to have correct names | ||
# TODO: Replace hardcoded config.js image paths to variables | ||
- name: Fetch artifacts from build job | ||
uses: actions/download-artifact@v4 | ||
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4 | ||
with: | ||
name: build-artifacts | ||
path: ${{ env.LEVIATHAN_WORKSPACE }} | ||
|