aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2025-11-24 06:14:44 +0000
committerCharles Giessen <46324611+charles-lunarg@users.noreply.github.com>2025-11-24 15:24:29 -0700
commit2a3347d5e74d359e3ecb8e229917f3335bfa2dfa (patch)
treebda1ecd3f785442ab5bdbde48a547b33d6b912be
parent6e586b25268ff24040c576594a72b1436b2cb12d (diff)
downloadusermoji-2a3347d5e74d359e3ecb8e229917f3335bfa2dfa.tar.xz
build(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](https://github.com/actions/checkout/compare/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>
-rw-r--r--.github/workflows/tools.yml16
1 files changed, 8 insertions, 8 deletions
diff --git a/.github/workflows/tools.yml b/.github/workflows/tools.yml
index 76c3c967..adfe15af 100644
--- a/.github/workflows/tools.yml
+++ b/.github/workflows/tools.yml
@@ -53,7 +53,7 @@ jobs:
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
@@ -98,7 +98,7 @@ jobs:
codegen:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- run: scripts/update_deps.py --dir ext --no-build
- run: scripts/generate_source.py --verify ext/Vulkan-Headers/registry/
@@ -114,7 +114,7 @@ jobs:
os: [ windows-latest ]
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
@@ -142,7 +142,7 @@ jobs:
runs-on: macos-latest
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.8'
@@ -173,7 +173,7 @@ jobs:
matrix:
abi: [ armeabi-v7a, arm64-v8a ]
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.8'
@@ -206,7 +206,7 @@ jobs:
run:
shell: bash
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- name: Setup ccache
uses: hendrikmuhs/ccache-action@v1.2
with:
@@ -232,7 +232,7 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- uses: actions/setup-python@v6
with:
python-version: '3.10'
@@ -246,5 +246,5 @@ jobs:
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
- run: scripts/gn/gn.py