Skip to content

Commit

Permalink
Merge pull request #427 from balena-os/renovate/actions-checkout-4.2.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.1
  • Loading branch information
balena-renovate[bot] authored Oct 7, 2024
2 parents 485ffc8 + 8982142 commit 86c844f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/yocto-build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ jobs:

# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -389,7 +389,7 @@ jobs:
echo "is_private=${is_private}" >>"${GITHUB_OUTPUT}"
- name: Checkout private Contracts
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
if: steps.balena-lib.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down Expand Up @@ -1106,7 +1106,7 @@ jobs:
# Clone the device respository to fetch Leviathan
# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -1160,7 +1160,7 @@ jobs:
# Check out private contracts if this is a private device type - as these are required for the tests
- name: Checkout private Contracts
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
if: needs.build.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down

0 comments on commit 86c844f

Please sign in to comment.