Skip to content

Commit 065f9ea

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

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/continuous-delivery.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
- name: Use Node.js v20
1616
uses: actions/setup-node@v6
1717
with:

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkout Project
15-
uses: actions/checkout@v5
15+
uses: actions/checkout@v6
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v20
@@ -30,7 +30,7 @@ jobs:
3030
runs-on: ubuntu-latest
3131
steps:
3232
- name: Checkout Project
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434
- name: Use Node.js v20
3535
uses: actions/setup-node@v6
3636
with:
@@ -46,7 +46,7 @@ jobs:
4646
runs-on: ubuntu-latest
4747
steps:
4848
- name: Checkout Project
49-
uses: actions/checkout@v5
49+
uses: actions/checkout@v6
5050
- name: Add problem matcher
5151
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
5252
- name: Use Node.js v20

.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)