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

[ci] update versions of GitHub Actions (#5590)

parent 16c8b389
...@@ -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.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
......
...@@ -12,7 +12,7 @@ jobs: ...@@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
......
...@@ -48,7 +48,7 @@ jobs: ...@@ -48,7 +48,7 @@ jobs:
python_version: '3.7' python_version: '3.7'
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -21,7 +21,7 @@ jobs: ...@@ -21,7 +21,7 @@ jobs:
run: | run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}" git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -138,12 +138,12 @@ jobs: ...@@ -138,12 +138,12 @@ 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.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
- name: Install pandoc - name: Install pandoc
uses: r-lib/actions/setup-pandoc@v1 uses: r-lib/actions/setup-pandoc@v2
- name: install tinytex - name: install tinytex
if: startsWith(matrix.os, 'windows') if: startsWith(matrix.os, 'windows')
uses: r-lib/actions/setup-tinytex@v2 uses: r-lib/actions/setup-tinytex@v2
...@@ -198,7 +198,7 @@ jobs: ...@@ -198,7 +198,7 @@ jobs:
run: | run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}" git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
...@@ -231,7 +231,7 @@ jobs: ...@@ -231,7 +231,7 @@ jobs:
run: | run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}" git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -24,7 +24,7 @@ jobs: ...@@ -24,7 +24,7 @@ jobs:
run: | run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}" git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: true submodules: true
......
...@@ -31,7 +31,7 @@ jobs: ...@@ -31,7 +31,7 @@ jobs:
- task: check-docs - task: check-docs
steps: steps:
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
with: with:
fetch-depth: 5 fetch-depth: 5
submodules: false submodules: false
...@@ -54,7 +54,7 @@ jobs: ...@@ -54,7 +54,7 @@ jobs:
run: | run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}" git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository - name: Checkout repository
uses: actions/checkout@v2.4.0 uses: actions/checkout@v3
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.4.0 uses: actions/checkout@v3
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