Skip to content

Commit

Permalink
Update Pin dependencies
Browse files Browse the repository at this point in the history
Update actions/checkout
Changelog-entry: Update actions/checkout to
  • Loading branch information
balena-renovate[bot] committed Jun 12, 2024
1 parent 1ce733b commit 143a64e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down

0 comments on commit 143a64e

Please sign in to comment.