Skip to content

Commit

Permalink
#2638 update action versions
Browse files Browse the repository at this point in the history
  • Loading branch information
arporter committed Jul 1, 2024
1 parent b99c788 commit 39004ad
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
File renamed without changes.
2 changes: 1 addition & 1 deletion .github/workflows/linkcheck.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ jobs:
github_token: ${{ secrets.github_token }}
reporter: github-pr-review
fail_on_error: true
config_file: '.github/workflows/linkspector.yml'
config_file: '.github/workflows/.linkspector.yml'
8 changes: 5 additions & 3 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,10 +67,12 @@ jobs:
if: ${{ github.repository != 'stfc/PSyclone-mirror' }}
# Check all Sphinx documentation for dead links.
runs-on: ubuntu-latest
with:
python-version: 3.12
env:
GITHUB_PR_NUMBER: ${{ github.event.number }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: sudo apt-get install -y graphviz doxygen
- run: python -m pip install --upgrade pip
Expand All @@ -89,7 +91,7 @@ jobs:
# Check doctests of developer's guide
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- run: python -m pip install --upgrade pip
- run: pip install .[doc]
Expand All @@ -108,7 +110,7 @@ jobs:
matrix:
python-version: [3.7, 3.8, 3.12]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: recursive
# This is required to get the commit history for merge commits for
Expand Down

0 comments on commit 39004ad

Please sign in to comment.