Skip to content

Commit 03b76f1

Browse files
renovate[bot]favna
authored andcommitted
chore(deps): update actions/checkout action to v6
1 parent 3d1dd78 commit 03b76f1

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/continuous-delivery.yml

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

.github/workflows/continuous-integration.yml

Lines changed: 4 additions & 4 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 matchers
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v20
@@ -31,7 +31,7 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Checkout Project
34-
uses: actions/checkout@v5
34+
uses: actions/checkout@v6
3535
- name: Add problem matchers
3636
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
3737
- name: Use Node.js v20
@@ -52,7 +52,7 @@ jobs:
5252
runs-on: ubuntu-latest
5353
steps:
5454
- name: Checkout Project
55-
uses: actions/checkout@v5
55+
uses: actions/checkout@v6
5656
- name: Use Node.js v20
5757
uses: actions/setup-node@v6
5858
with:
@@ -75,7 +75,7 @@ jobs:
7575
runs-on: ubuntu-latest
7676
steps:
7777
- name: Checkout Project
78-
uses: actions/checkout@v5
78+
uses: actions/checkout@v6
7979
with:
8080
fetch-depth: 2
8181
- name: Download NodeJS Unit Test Coverage report

.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

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
contents: write
3434
steps:
3535
- name: Checkout Project
36-
uses: actions/checkout@v5
36+
uses: actions/checkout@v6
3737
with:
3838
fetch-depth: 0
3939
ref: main

0 commit comments

Comments
 (0)