Skip to content

Commit

Permalink
Merge pull request #1191 from product-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 7554936 + 3111c54 commit c840ba0
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
70 changes: 35 additions & 35 deletions .github/workflows/flowzone.yml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions flowzone.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
# https://github.com/actions/checkout
name: Checkout pull request merge ref
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
submodules: "recursive"
Expand All @@ -166,7 +166,7 @@
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
# https://github.com/actions/checkout
name: Checkout pull request head sha
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
submodules: "recursive"
Expand All @@ -179,7 +179,7 @@
# https://docs.github.com/en/actions/using-workflows/events-that-trigger-workflows#pull_request_target
# https://github.com/actions/checkout
name: Checkout ${{ github.sha }}
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: 0
submodules: "recursive"
Expand All @@ -189,7 +189,7 @@

- &checkoutVersionedSha # https://github.com/actions/checkout
name: Checkout versioned commit
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
with:
fetch-depth: "${{ needs.versioned_source.outputs.depth || 0 }}"
# Note that fetch-tags is not currently working as described:
Expand Down

0 comments on commit c840ba0

Please sign in to comment.