Skip to content

Commit

Permalink
Update actions/checkout action to v4.2.2
Browse files Browse the repository at this point in the history
Update actions/checkout from 4.2.1 to 4.2.2

Change-type: patch
  • Loading branch information
balena-renovate[bot] authored Oct 23, 2024
1 parent ded533f commit b55f937
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 @@ -264,7 +264,7 @@ jobs:

# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -395,7 +395,7 @@ jobs:
echo "is_private=${is_private}" >>"${GITHUB_OUTPUT}"
- name: Checkout private Contracts
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: steps.balena-lib.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down Expand Up @@ -1113,7 +1113,7 @@ jobs:
# Clone the device respository to fetch Leviathan
# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -1167,7 +1167,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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
if: needs.build.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down

0 comments on commit b55f937

Please sign in to comment.