Skip to content

Commit 2a3347d

Browse files
dependabot[bot]charles-lunarg
authored andcommitted
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](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] <[email protected]>
1 parent 6e586b2 commit 2a3347d

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tools.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353

5454

5555
steps:
56-
- uses: actions/checkout@v5
56+
- uses: actions/checkout@v6
5757
- uses: actions/setup-python@v6
5858
with:
5959
python-version: '3.10'
@@ -98,7 +98,7 @@ jobs:
9898
codegen:
9999
runs-on: ubuntu-latest
100100
steps:
101-
- uses: actions/checkout@v5
101+
- uses: actions/checkout@v6
102102
- run: scripts/update_deps.py --dir ext --no-build
103103
- run: scripts/generate_source.py --verify ext/Vulkan-Headers/registry/
104104

@@ -114,7 +114,7 @@ jobs:
114114
os: [ windows-latest ]
115115

116116
steps:
117-
- uses: actions/checkout@v5
117+
- uses: actions/checkout@v6
118118
- uses: actions/setup-python@v6
119119
with:
120120
python-version: '3.10'
@@ -142,7 +142,7 @@ jobs:
142142
runs-on: macos-latest
143143
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
144144
steps:
145-
- uses: actions/checkout@v5
145+
- uses: actions/checkout@v6
146146
- uses: actions/setup-python@v6
147147
with:
148148
python-version: '3.8'
@@ -173,7 +173,7 @@ jobs:
173173
matrix:
174174
abi: [ armeabi-v7a, arm64-v8a ]
175175
steps:
176-
- uses: actions/checkout@v5
176+
- uses: actions/checkout@v6
177177
- uses: actions/setup-python@v6
178178
with:
179179
python-version: '3.8'
@@ -206,7 +206,7 @@ jobs:
206206
run:
207207
shell: bash
208208
steps:
209-
- uses: actions/checkout@v5
209+
- uses: actions/checkout@v6
210210
- name: Setup ccache
211211
uses: hendrikmuhs/[email protected]
212212
with:
@@ -232,7 +232,7 @@ jobs:
232232
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
233233
runs-on: ubuntu-latest
234234
steps:
235-
- uses: actions/checkout@v5
235+
- uses: actions/checkout@v6
236236
- uses: actions/setup-python@v6
237237
with:
238238
python-version: '3.10'
@@ -246,5 +246,5 @@ jobs:
246246
if: github.event_name != 'pull_request' || github.event.pull_request.head.repo.full_name != github.event.pull_request.base.repo.full_name
247247
runs-on: ubuntu-latest
248248
steps:
249-
- uses: actions/checkout@v5
249+
- uses: actions/checkout@v6
250250
- run: scripts/gn/gn.py

0 commit comments

Comments
 (0)