Skip to content

Commit d060fd4

Browse files
chore(deps): update actions/checkout action to v6 (#152)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 57619f0 commit d060fd4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout repository
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020

2121
- name: Initialize CodeQL
2222
uses: github/codeql-action/init@v4

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- vue-vite-ts
3232
steps:
3333
- name: Checkout Project
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Use Node.js v20
3636
uses: actions/setup-node@v6
3737
with:

.github/workflows/labelsync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- name: Checkout Project
14-
uses: actions/checkout@v5
14+
uses: actions/checkout@v6
1515
with:
1616
sparse-checkout: .github/labels.yml
1717
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)