Unverified Commit 8deb9094 authored by James Lamb's avatar James Lamb Committed by GitHub
Browse files

[ci] upgrade actions/checkout to v2.4.0 (#4763)

* [ci] upgrade actions/checkout to v2.4.0

* re-create GITHUB_WORKSPACE

* dont update cuda

* actually revert cuda
parent da98f247
...@@ -20,7 +20,7 @@ jobs: ...@@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
......
...@@ -11,7 +11,7 @@ jobs: ...@@ -11,7 +11,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
......
...@@ -47,7 +47,7 @@ jobs: ...@@ -47,7 +47,7 @@ jobs:
python_version: 3.7 python_version: 3.7
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -18,7 +18,7 @@ jobs: ...@@ -18,7 +18,7 @@ jobs:
ca-certificates \ ca-certificates \
git git
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -137,7 +137,7 @@ jobs: ...@@ -137,7 +137,7 @@ jobs:
shell: pwsh shell: pwsh
run: git config --global core.autocrlf false run: git config --global core.autocrlf false
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
...@@ -187,7 +187,7 @@ jobs: ...@@ -187,7 +187,7 @@ jobs:
compiler: clang compiler: clang
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
...@@ -217,7 +217,7 @@ jobs: ...@@ -217,7 +217,7 @@ jobs:
apt-get update --allow-releaseinfo-change apt-get update --allow-releaseinfo-change
apt-get install --no-install-recommends -y git apt-get install --no-install-recommends -y git
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
git \ git \
jq jq
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -22,7 +22,7 @@ jobs: ...@@ -22,7 +22,7 @@ jobs:
git \ git \
jq jq
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -30,7 +30,7 @@ jobs: ...@@ -30,7 +30,7 @@ jobs:
- task: check-docs - task: check-docs
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
...@@ -50,7 +50,7 @@ jobs: ...@@ -50,7 +50,7 @@ jobs:
container: rocker/verse container: rocker/verse
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
SECRETS_WORKFLOW: ${{ secrets.WORKFLOW }} SECRETS_WORKFLOW: ${{ secrets.WORKFLOW }}
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.4.0
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment