Skip to content

Commit 709350b

Browse files
build(github-actions): Bump actions/checkout action to v7
1 parent 63c314a commit 709350b

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/checkout@v6
13+
- uses: actions/checkout@v7
1414

1515
- name: Setup Node.js environment
1616
uses: actions/setup-node@v6

.github/workflows/github-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717

18-
- uses: actions/checkout@v6
18+
- uses: actions/checkout@v7
1919

2020
- name: Use Node.js LTS 22
2121
uses: actions/setup-node@v6

.github/workflows/reuse-compliance.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,6 @@ jobs:
1414
name: Compliance Check
1515
runs-on: ubuntu-latest
1616
steps:
17-
- uses: actions/checkout@v6
17+
- uses: actions/checkout@v7
1818
- name: Execute REUSE Compliance Check
1919
uses: fsfe/reuse-action@v6

0 commit comments

Comments
 (0)