Skip to content

Commit

Permalink
Switch to actions/checkout@v4 in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Jan 26, 2024
1 parent 13ad4f5 commit 39e01e6
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cpu-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ jobs:

steps:
- name: Checkout pbrt
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Checkout rgb2spectrum tables
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mmp/rgb2spectrum
path: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cpu-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout pbrt
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Checkout rgb2spectrum tables
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mmp/rgb2spectrum
path: build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,12 +23,12 @@ jobs:

steps:
- name: Checkout pbrt
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Checkout rgb2spectrum tables
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mmp/rgb2spectrum
path: build
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ jobs:
run: nvcc -V

- name: Checkout pbrt
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
submodules: true

- name: Checkout rgb2spectrum tables
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: mmp/rgb2spectrum
path: build
Expand All @@ -52,7 +52,7 @@ jobs:
key: optix-7.12345

- name: Checkout OptiX headers
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
ssh-key: ${{ secrets.CHECKOUT_KEY }}
repository: mmp/optix-headers
Expand Down

0 comments on commit 39e01e6

Please sign in to comment.