Skip to content

Commit 4ebd3be

Browse files
chore(deps): update actions/checkout action to v7
1 parent 594436c commit 4ebd3be

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 2 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@v6
15+
uses: actions/checkout@v7
1616
- name: Add problem matcher
1717
run: echo "::add-matcher::.github/problemMatchers/eslint.json"
1818
- name: Use Node.js v24
@@ -35,7 +35,7 @@ jobs:
3535
node: [20, 22, 24]
3636
steps:
3737
- name: Checkout Project
38-
uses: actions/checkout@v6
38+
uses: actions/checkout@v7
3939
- name: Add problem matcher
4040
run: echo "::add-matcher::.github/problemMatchers/tsc.json"
4141
- name: Use Node.js ${{ matrix.node }}

.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@v6
14+
uses: actions/checkout@v7
1515
with:
1616
sparse-checkout: .github/labels.yml
1717
sparse-checkout-cone-mode: false

0 commit comments

Comments
 (0)