Skip to content

Commit

Permalink
Update actions version to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
marc1706 committed May 20, 2024
1 parent 7aa0102 commit 86ab57b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
name: 'Build development docs'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -37,7 +37,7 @@ jobs:
name: 'Build user docs PDF'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Install fop
run: |
sudo apt-get install -y fop
Expand Down

0 comments on commit 86ab57b

Please sign in to comment.