Skip to content

Commit 8878429

Browse files
authored
Update to checkout@v3 (shader-slang#2572)
Co-authored-by: Yong He <yhe@nvidia.com>
1 parent 216dfba commit 8878429

7 files changed

+7
-7
lines changed

.github/workflows/linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
compiler: ['gcc', 'clang']
1717
platform: ['x64']
1818
steps:
19-
- uses: actions/checkout@v2.3.4
19+
- uses: actions/checkout@v3
2020
with:
2121
submodules: 'true'
2222
fetch-depth: '0'

.github/workflows/macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
platform: ['x64']
1919
targetPlatform: ['x64']
2020
steps:
21-
- uses: actions/checkout@v2.3.4
21+
- uses: actions/checkout@v3
2222
with:
2323
submodules: 'true'
2424
fetch-depth: '0'

.github/workflows/release-linux.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
targetPlatform: ['x64']
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
submodules: 'true'
2424
fetch-depth: '0'

.github/workflows/release-macos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
targetPlatform: ['x64', 'aarch64']
1919
steps:
2020
- name: Checkout code
21-
uses: actions/checkout@v2
21+
uses: actions/checkout@v3
2222
with:
2323
submodules: 'true'
2424
fetch-depth: '0'

.github/workflows/release-windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
configuration: ['Release']
1616
platform: ['Win32', 'x64', 'aarch64']
1717
steps:
18-
- uses: actions/checkout@v2.3.4
18+
- uses: actions/checkout@v3
1919
with:
2020
submodules: 'true'
2121
fetch-depth: '0'

.github/workflows/verify-solution-file.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
build:
1111
runs-on: windows-latest
1212
steps:
13-
- uses: actions/checkout@v2.3.4
13+
- uses: actions/checkout@v3
1414
with:
1515
submodules: 'true'
1616
fetch-depth: '1'

.github/workflows/windows.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
configuration: ['Debug', 'Release']
1717
platform: ['Win32', 'x64']
1818
steps:
19-
- uses: actions/checkout@v2.3.4
19+
- uses: actions/checkout@v3
2020
with:
2121
submodules: 'true'
2222
fetch-depth: '0'

0 commit comments

Comments
 (0)