Skip to content

Commit

Permalink
[ci] update versions of GitHub Actions (#5590)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameslamb authored Nov 27, 2022
1 parent 16c8b38 commit f7e64a8
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/optional_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: false
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
python_version: '3.7'
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r_configure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/r_package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,12 +138,12 @@ jobs:
shell: pwsh
run: git config --global core.autocrlf false
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
- name: Install pandoc
uses: r-lib/actions/setup-pandoc@v1
uses: r-lib/actions/setup-pandoc@v2
- name: install tinytex
if: startsWith(matrix.os, 'windows')
uses: r-lib/actions/setup-tinytex@v2
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down Expand Up @@ -231,7 +231,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/r_valgrind.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/static_analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- task: check-docs
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: false
Expand All @@ -54,7 +54,7 @@ jobs:
run: |
git config --global --add safe.directory "${GITHUB_WORKSPACE}"
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/triggering_comments.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
SECRETS_WORKFLOW: ${{ secrets.WORKFLOW }}
steps:
- name: Checkout repository
uses: actions/checkout@v2.4.0
uses: actions/checkout@v3
with:
fetch-depth: 5
submodules: false
Expand Down

0 comments on commit f7e64a8

Please sign in to comment.