diff options
Diffstat (limited to '.github/workflows/release.yml')
| -rw-r--r-- | .github/workflows/release.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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/ |
