mirror of
https://github.com/gfx-rs/wgpu.git
synced 2024-11-21 22:33:49 +00:00
Bump actions/checkout from 3 to 4 (#4570)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [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/v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
34e947de4b
commit
b8b93042c2
6
.github/workflows/lazy.yml
vendored
6
.github/workflows/lazy.yml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
name: "Validate Shaders: Dota2"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- run: mkdir naga/data
|
||||
|
||||
@ -43,7 +43,7 @@ jobs:
|
||||
name: "Validate Shaders: Sascha Willems Vulkan Tutorial"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download shaders
|
||||
run: cd naga && git clone https://github.com/SaschaWillems/Vulkan.git
|
||||
@ -78,7 +78,7 @@ jobs:
|
||||
name: "Validate Shaders: dneto0 spirv-samples"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Download shaders
|
||||
run: |
|
||||
|
6
.github/workflows/shaders.yml
vendored
6
.github/workflows/shaders.yml
vendored
@ -12,7 +12,7 @@ jobs:
|
||||
name: "Validate: HLSL"
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Setup DXC
|
||||
uses: napokue/setup-dxc@v1.1.0
|
||||
@ -40,7 +40,7 @@ jobs:
|
||||
name: "Validate: MSL"
|
||||
runs-on: macos-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- uses: Swatinem/rust-cache@v2
|
||||
with:
|
||||
@ -55,7 +55,7 @@ jobs:
|
||||
name: "Validate: SPIR-V/GLSL/DOT/WGSL"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
|
||||
- name: Install tools
|
||||
run: sudo apt-get install spirv-tools glslang-tools graphviz
|
||||
|
Loading…
Reference in New Issue
Block a user