diff --git a/.github/workflows/yocto-build-deploy.yml b/.github/workflows/yocto-build-deploy.yml index 3db3f9557..2f1f625cb 100644 --- a/.github/workflows/yocto-build-deploy.yml +++ b/.github/workflows/yocto-build-deploy.yml @@ -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 }} @@ -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 @@ -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 }} @@ -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