Skip to content

Commit 138acd8

Browse files
dependabot[bot]charles-lunarg
authored andcommitted
build(deps): bump actions/checkout from 4 to 5
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 4844cfd commit 138acd8

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@v4
56+
- uses: actions/checkout@v5
5757
- uses: actions/setup-python@v5
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@v4
101+
- uses: actions/checkout@v5
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@v4
117+
- uses: actions/checkout@v5
118118
- uses: actions/setup-python@v5
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@v4
145+
- uses: actions/checkout@v5
146146
- uses: actions/setup-python@v5
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@v4
176+
- uses: actions/checkout@v5
177177
- uses: actions/setup-python@v5
178178
with:
179179
python-version: '3.8'
@@ -206,7 +206,7 @@ jobs:
206206
run:
207207
shell: bash
208208
steps:
209-
- uses: actions/checkout@v4
209+
- uses: actions/checkout@v5
210210
- name: Setup ccache
211211
uses: hendrikmuhs/ccache-action@v1.2
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@v4
235+
- uses: actions/checkout@v5
236236
- uses: actions/setup-python@v5
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@v4
249+
- uses: actions/checkout@v5
250250
- run: scripts/gn/gn.py

0 commit comments

Comments
 (0)