Skip to content

Commit 8f72d0a

Browse files
committed
build: update actions/checkout action to v5
See associated pull request for more information.
1 parent d7772bb commit 8f72d0a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/renovate.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
# Because the checkout and setup node action is contained in the dev-infra repo, we must
3030
# checkout the repo to be able to run the action we have created. Other repos will skip
3131
# this step.
32-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
32+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3333
- uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@b5a3609f89c06eb4037dce22a93641213a5d1508
3434
- name: corepack
3535
run: |

0 commit comments

Comments
 (0)