Skip to content

Commit

Permalink
Merge pull request #420 from balena-os/renovate/actions-checkout-4.x
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.2.0
  • Loading branch information
balena-renovate[bot] authored Oct 1, 2024
2 parents 9646cf9 + 6246fcd commit fddc23c
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 @@ -251,7 +251,7 @@ jobs:

# https://github.com/actions/checkout
- name: Clone device repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -382,7 +382,7 @@ jobs:
echo "is_private=${is_private}" >> $GITHUB_OUTPUT
- name: Checkout private Contracts
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
if: steps.balena-lib.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down Expand Up @@ -1087,7 +1087,7 @@ jobs:

# Clone the device respository to fetch Leviathan
- name: Clone device repository
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
repository: ${{ inputs.device-repo }}
token: ${{ steps.app-token.outputs.token || secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -1130,7 +1130,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@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
if: needs.build.outputs.is_private == 'true'
with:
repository: balena-io/private-contracts
Expand Down

0 comments on commit fddc23c

Please sign in to comment.