Skip to content

Commit 6fd7836

Browse files
authoredOct 22, 2024··
chore(deps): update actions/checkout action to v4 (#32090)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bece177 commit 6fd7836

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/undesirable-test-additions.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
13+
uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
1414
with:
1515
fetch-depth: 0 # Fetch all history for comparison
1616
sparse-checkout: true

0 commit comments

Comments
 (0)
Please sign in to comment.