Skip to content

Commit 7ab2317

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

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
@@ -16,7 +16,7 @@ jobs:
1616
runs-on: ubuntu-latest
1717
steps:
1818
- name: Checkout Project
19-
uses: actions/checkout@v5
19+
uses: actions/checkout@v6
2020
- name: Setup Docker Buildx
2121
uses: docker/setup-buildx-action@v3.11.1
2222
- name: Login to GitHub Container Registry

.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 matchers
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v8
@@ -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
@@ -50,7 +50,7 @@ jobs:
5050
runs-on: ubuntu-latest
5151
steps:
5252
- name: Checkout Project
53-
uses: actions/checkout@v5
53+
uses: actions/checkout@v6
5454
- name: Add problem matchers
5555
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
5656
- 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)