summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/benchmark.yml4
-rw-r--r--.github/workflows/ci.yml2
-rw-r--r--.github/workflows/compile-regression-test.yml2
-rw-r--r--.github/workflows/falcor-compiler-perf-test.yml2
-rw-r--r--.github/workflows/falcor-test.yml2
-rw-r--r--.github/workflows/push-benchmark-results.yml6
-rw-r--r--.github/workflows/release-linux-glibc-2-17.yml2
-rw-r--r--.github/workflows/release.yml4
8 files changed, 12 insertions, 12 deletions
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 245667b46..4feeebe74 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -23,7 +23,7 @@ jobs:
build:
runs-on: [Windows, self-hosted]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
@@ -39,7 +39,7 @@ jobs:
run: |
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=USE_SYSTEM_LLVM -DCMAKE_COMPILE_WARNING_AS_ERROR=false
cmake --workflow --preset release
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 0491bbdc8..1af14f35d 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -85,7 +85,7 @@ jobs:
shell: bash
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
diff --git a/.github/workflows/compile-regression-test.yml b/.github/workflows/compile-regression-test.yml
index da5656d7f..cd9ef236f 100644
--- a/.github/workflows/compile-regression-test.yml
+++ b/.github/workflows/compile-regression-test.yml
@@ -40,7 +40,7 @@ jobs:
run:
shell: bash
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
diff --git a/.github/workflows/falcor-compiler-perf-test.yml b/.github/workflows/falcor-compiler-perf-test.yml
index 8de8035fa..915d02d47 100644
--- a/.github/workflows/falcor-compiler-perf-test.yml
+++ b/.github/workflows/falcor-compiler-perf-test.yml
@@ -42,7 +42,7 @@ jobs:
run:
shell: bash
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
diff --git a/.github/workflows/falcor-test.yml b/.github/workflows/falcor-test.yml
index d4fa4f962..33fe42262 100644
--- a/.github/workflows/falcor-test.yml
+++ b/.github/workflows/falcor-test.yml
@@ -40,7 +40,7 @@ jobs:
run:
shell: bash
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
diff --git a/.github/workflows/push-benchmark-results.yml b/.github/workflows/push-benchmark-results.yml
index b2c835768..2c949a15a 100644
--- a/.github/workflows/push-benchmark-results.yml
+++ b/.github/workflows/push-benchmark-results.yml
@@ -16,7 +16,7 @@ jobs:
build:
runs-on: [Windows, benchmark, self-hosted]
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "true"
fetch-depth: "0"
@@ -32,7 +32,7 @@ jobs:
run: |
cmake --preset default --fresh -DSLANG_SLANG_LLVM_FLAVOR=USE_SYSTEM_LLVM -DCMAKE_COMPILE_WARNING_AS_ERROR=false
cmake --workflow --preset release
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: "shader-slang/MDL-SDK"
path: "external/MDL-SDK"
@@ -42,7 +42,7 @@ jobs:
cp ../../external/MDL-SDK/examples/mdl_sdk/dxr/content/slangified/*.slang .
pip install prettytable argparse
python compile.py --samples 16 --target dxil
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
repository: "shader-slang/slang-material-modules-benchmark"
path: "external/slang-material-modules-benchmark"
diff --git a/.github/workflows/release-linux-glibc-2-17.yml b/.github/workflows/release-linux-glibc-2-17.yml
index 7341e1d92..8d72d1dd2 100644
--- a/.github/workflows/release-linux-glibc-2-17.yml
+++ b/.github/workflows/release-linux-glibc-2-17.yml
@@ -8,7 +8,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index f8945ec8b..8339bfc79 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -40,7 +40,7 @@ jobs:
shell: bash
steps:
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
with:
submodules: "recursive"
fetch-depth: "0"
@@ -197,7 +197,7 @@ jobs:
- name: Checkout stdlib reference
if: matrix.os == 'windows' && matrix.platform == 'x86_64'
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
with:
repository: shader-slang/stdlib-reference
path: docs/stdlib-reference/