Skip to content

Commit 436267e

Browse files
Update actions/checkout action to v7
1 parent 7b8d945 commit 436267e

16 files changed

Lines changed: 19 additions & 19 deletions

.github/workflows/desktop.codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ on:
3131
security-events: write
3232
steps:
3333
- name: Checkout repository
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v7
3535
- name: Initialize CodeQL
3636
uses: github/codeql-action/init@v3
3737
with:

.github/workflows/desktop.eslint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
lint:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3232
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
3333
uses: actions/setup-node@v4.1.0
3434
with:

.github/workflows/desktop.fta.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
lint:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3232
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
3333
uses: actions/setup-node@v4
3434
with:

.github/workflows/desktop.knip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ on:
2828
lint:
2929
runs-on: ubuntu-latest
3030
steps:
31-
- uses: actions/checkout@v4
31+
- uses: actions/checkout@v7
3232
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
3333
uses: actions/setup-node@v4
3434
with:

.github/workflows/desktop.language.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
2323
uses: actions/setup-node@v4
2424
with:

.github/workflows/desktop.license-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ on:
1818
lint:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: actions/checkout@v4
21+
- uses: actions/checkout@v7
2222
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
2323
uses: actions/setup-node@v4
2424
with:

.github/workflows/desktop.mdlint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v7
2424
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/desktop.spellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
lint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v7
2424
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
2525
uses: actions/setup-node@v4
2626
with:

.github/workflows/desktop.stylelint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ on:
2020
stylelint:
2121
runs-on: ubuntu-latest
2222
steps:
23-
- uses: actions/checkout@v4
23+
- uses: actions/checkout@v7
2424
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
2525
uses: actions/setup-node@v4
2626
with:
@@ -38,9 +38,9 @@ on:
3838
duplicate-style-check:
3939
runs-on: ubuntu-latest
4040
steps:
41-
- uses: actions/checkout@v4
41+
- uses: actions/checkout@v7
4242
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
43-
uses: actions/checkout@v4
43+
uses: actions/checkout@v7
4444
with:
4545
node-version: ${{ env.CURRENT_NODE_VERSION }}
4646
cache: 'npm'

.github/workflows/global.commit-message.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
lint:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@v4
15+
- uses: actions/checkout@v7
1616
- name: Use Node.js ${{ env.CURRENT_NODE_VERSION }}
1717
uses: actions/setup-node@v4
1818
with:

0 commit comments

Comments
 (0)