Skip to content

Commit c91e5fe

Browse files
chore(deps): bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2c4ec96 commit c91e5fe

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

.github/workflows/llvm-build-bump-pr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
steps:
3232
- name: Set up checkout
33-
uses: actions/checkout@v5
33+
uses: actions/checkout@v6
3434

3535
- name: Fetch LLVM current release tag name from local
3636
run: |
@@ -89,7 +89,7 @@ jobs:
8989
pip install pyinstaller
9090
9191
- name: Set up checkout
92-
uses: actions/checkout@v5
92+
uses: actions/checkout@v6
9393
with:
9494
repository: ${{ env.LLVM_REPO }}
9595
ref: ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }}
@@ -314,7 +314,7 @@ jobs:
314314
pip install pyinstaller
315315
316316
- name: Set up checkout
317-
uses: actions/checkout@v5
317+
uses: actions/checkout@v6
318318
with:
319319
repository: ${{ env.LLVM_REPO }}
320320
ref: ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }}
@@ -397,7 +397,7 @@ jobs:
397397
pip install pyinstaller
398398
399399
- name: Set up checkout
400-
uses: actions/checkout@v5
400+
uses: actions/checkout@v6
401401
with:
402402
repository: ${{ env.LLVM_REPO }}
403403
ref: ${{ needs.stage1.outputs.LLVM_LATEST_RELEASE_TAG_NAME }}
@@ -458,7 +458,7 @@ jobs:
458458

459459
steps:
460460
- name: Set up checkout
461-
uses: actions/checkout@v5
461+
uses: actions/checkout@v6
462462

463463
- name: Download artifacts for clang-format-git
464464
uses: actions/download-artifact@v6

.github/workflows/test-cross-platform.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Set up checkout
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
- name: Set up node
3030
uses: actions/setup-node@v5
@@ -149,7 +149,7 @@ jobs:
149149

150150
steps:
151151
- name: Set up checkout
152-
uses: actions/checkout@v5
152+
uses: actions/checkout@v6
153153

154154
- name: Set up QEMU
155155
uses: docker/setup-qemu-action@v3

0 commit comments

Comments
 (0)