mirror of
https://github.com/gfx-rs/wgpu.git
synced 2025-12-08 21:26:17 +00:00
chore(deps): update actions/checkout action to v5 (#8115)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
21497a5322
commit
7bd005531e
20
.github/workflows/ci.yml
vendored
20
.github/workflows/ci.yml
vendored
@ -194,7 +194,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install toolchain (repo MSRV - tier 1 or 2)
|
||||
if: matrix.tier == 1 || matrix.tier == 2
|
||||
@ -373,7 +373,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install core MSRV toolchain
|
||||
run: |
|
||||
@ -430,7 +430,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install toolchain
|
||||
run: |
|
||||
@ -471,7 +471,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install repo MSRV toolchain
|
||||
run: |
|
||||
@ -514,7 +514,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install repo MSRV toolchain
|
||||
run: |
|
||||
@ -678,7 +678,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install repo MSRV toolchain
|
||||
run: |
|
||||
@ -706,7 +706,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install repo MSRV toolchain
|
||||
run: |
|
||||
@ -737,7 +737,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install MSRV toolchain
|
||||
run: |
|
||||
@ -775,7 +775,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Run `cargo deny check`
|
||||
uses: EmbarkStudios/cargo-deny-action@v2
|
||||
@ -792,7 +792,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Run `cargo deny check`
|
||||
uses: EmbarkStudios/cargo-deny-action@v2
|
||||
|
||||
2
.github/workflows/cts.yml
vendored
2
.github/workflows/cts.yml
vendored
@ -55,7 +55,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
|
||||
- name: Install Repo MSRV toolchain
|
||||
run: |
|
||||
|
||||
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -29,7 +29,7 @@ jobs:
|
||||
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
2
.github/workflows/generate.yml
vendored
2
.github/workflows/generate.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
name: "${{ matrix.name }}"
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
# We can't rely on an override here, as that would only set
|
||||
# the toolchain for the current directory, not the newly generated project.
|
||||
|
||||
6
.github/workflows/lazy.yml
vendored
6
.github/workflows/lazy.yml
vendored
@ -24,7 +24,7 @@ jobs:
|
||||
name: "Validate Shaders: Dota2"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- run: mkdir naga/data
|
||||
|
||||
@ -50,7 +50,7 @@ jobs:
|
||||
name: "Validate Shaders: Sascha Willems Vulkan Tutorial"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Download shaders
|
||||
run: cd naga && git clone https://github.com/SaschaWillems/Vulkan.git
|
||||
@ -85,7 +85,7 @@ jobs:
|
||||
name: "Validate Shaders: dneto0 spirv-samples"
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Download shaders
|
||||
run: |
|
||||
|
||||
2
.github/workflows/publish.yml
vendored
2
.github/workflows/publish.yml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout repo
|
||||
uses: actions/checkout@v4
|
||||
uses: actions/checkout@v5
|
||||
with:
|
||||
persist-credentials: false
|
||||
|
||||
|
||||
6
.github/workflows/shaders.yml
vendored
6
.github/workflows/shaders.yml
vendored
@ -31,7 +31,7 @@ jobs:
|
||||
name: "Validate: HLSL"
|
||||
runs-on: windows-latest
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Debug symbols to `line-tables-only`
|
||||
shell: bash
|
||||
@ -75,7 +75,7 @@ jobs:
|
||||
name: "Validate: MSL"
|
||||
runs-on: macos-14
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Debug symbols to line-tables-only
|
||||
shell: bash
|
||||
@ -97,7 +97,7 @@ jobs:
|
||||
name: "Validate: SPIR-V/GLSL/DOT/WGSL"
|
||||
runs-on: ubuntu-24.04
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/checkout@v5
|
||||
|
||||
- name: Install Vulkan SDK
|
||||
shell: bash
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user