Skip to content

Commit

Permalink
MAINT: update actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
redeboer committed Dec 15, 2023
1 parent b55cd12 commit d395b3f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
name: Build HTML (fast)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ComPWA/actions/pip-install@v1
with:
additional-packages: tox
Expand All @@ -34,7 +34,7 @@ jobs:
name: Build PDF (fast)
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ComPWA/actions/pip-install@v1
with:
additional-packages: tox
Expand All @@ -55,7 +55,7 @@ jobs:
name: Check external links
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ComPWA/actions/pip-install@v1
with:
additional-packages: tox
Expand All @@ -68,7 +68,7 @@ jobs:
if: github.event_name != 'pull_request'
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: ComPWA/actions/pip-install@v1
with:
additional-packages: tox
Expand Down

0 comments on commit d395b3f

Please sign in to comment.