Skip to content

Commit f1f719f

Browse files
ci(deps): update actions/checkout action to v6 (#1114)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a19bdc8 commit f1f719f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name == github.repository
4242
steps:
4343
- name: Checkout
44-
uses: actions/checkout@v5.0.1
44+
uses: actions/checkout@v6.0.0
4545
with:
4646
token: ${{ secrets.DEPLOYMENT_TOKEN }}
4747
- name: Setup Node

0 commit comments

Comments
 (0)