Skip to content

Commit 86ab57b

Browse files
committed
Update actions version to v4
1 parent 7aa0102 commit 86ab57b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/tests.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ jobs:
1515
name: 'Build development docs'
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v4
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v4
2121
with:
2222
python-version: '3.x'
2323
- name: Install dependencies
@@ -37,7 +37,7 @@ jobs:
3737
name: 'Build user docs PDF'
3838
runs-on: ubuntu-latest
3939
steps:
40-
- uses: actions/checkout@v2
40+
- uses: actions/checkout@v4
4141
- name: Install fop
4242
run: |
4343
sudo apt-get install -y fop

0 commit comments

Comments
 (0)