Skip to content

Commit 30c7d30

Browse files
authored
Merge pull request #2498 from sakura-editor/dependabot/github_actions/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 8913403 + 026c44b commit 30c7d30

7 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/build-on-msys2.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
Configuration: ${{ matrix.configuration }}
2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v6
27+
uses: actions/checkout@v7
2828
with:
2929
submodules: true
3030

.github/workflows/build-sakura.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
# Steps represent a sequence of tasks that will be executed as part of the job
4444
steps:
4545
## see https://github.com/actions/checkout
46-
- uses: actions/checkout@v6
46+
- uses: actions/checkout@v7
4747
with:
4848
fetch-depth: 0
4949
submodules: true
@@ -156,7 +156,7 @@ jobs:
156156
BUILD_CONFIGURATION: Debug
157157

158158
steps:
159-
- uses: actions/checkout@v6
159+
- uses: actions/checkout@v7
160160
with:
161161
fetch-depth: 0
162162
submodules: true

.github/workflows/check-encoding.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: windows-latest
1919
steps:
2020
- name: Checkout repository
21-
uses: actions/checkout@v6
21+
uses: actions/checkout@v7
2222
with:
2323
fetch-depth: 0 # 過去の履歴も含めて全て取得 (checkEncoding.py で origin/master にアクセスするため)
2424

.github/workflows/cppcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Configuration: ${{ matrix.Configuration }}
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Set up MSYS2
3131
uses: msys2/setup-msys2@v2

.github/workflows/doxygen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
Configuration: ${{ matrix.Configuration }}
2626
steps:
2727
- name: Checkout repository
28-
uses: actions/checkout@v6
28+
uses: actions/checkout@v7
2929

3030
- name: Set up MSYS2
3131
uses: msys2/setup-msys2@v2

.github/workflows/python-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
python-version: ['3.x']
2222
steps:
2323
- name: Checkout repository
24-
uses: actions/checkout@v6
24+
uses: actions/checkout@v7
2525

2626
- name: Set up Python ${{ matrix.python-version }}
2727
uses: actions/setup-python@v6

.github/workflows/sonarscan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- name: Checkout
16-
uses: actions/checkout@v6
16+
uses: actions/checkout@v7
1717
with:
1818
ref: ${{ github.event.workflow_run.head_sha }}
1919
fetch-depth: 0

0 commit comments

Comments
 (0)