From 86ab57b8df0cc44d3ba17aa3f3e2851e93a107c7 Mon Sep 17 00:00:00 2001 From: Marc Alexander Date: Mon, 20 May 2024 09:25:06 +0200 Subject: [PATCH] Update actions version to v4 --- .github/workflows/tests.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 4fe9e7c0..f2883641 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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 @@ -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