From 52951d473a1a05bfc6bee989f162328f01349922 Mon Sep 17 00:00:00 2001 From: deathaxe Date: Sun, 17 Mar 2024 23:34:39 +0100 Subject: [PATCH] CI: Update actions --- .github/workflows/ci-lint.yml | 6 +++--- .github/workflows/ci-syntax-tests.yml | 2 +- .github/workflows/deploy-gh-pages.yml | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index 1e408434..28f120ab 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -21,7 +21,7 @@ on: jobs: lint: name: Python ${{ matrix.python }} - runs-on: ubuntu-20.04 + runs-on: ubuntu-latest strategy: matrix: python: @@ -30,9 +30,9 @@ jobs: - 'x64' steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python }} - uses: actions/setup-python@v3 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} architecture: ${{ matrix.arch }} diff --git a/.github/workflows/ci-syntax-tests.yml b/.github/workflows/ci-syntax-tests.yml index 5081d478..e9f3324c 100644 --- a/.github/workflows/ci-syntax-tests.yml +++ b/.github/workflows/ci-syntax-tests.yml @@ -29,7 +29,7 @@ jobs: matrix: include: - build: 3211 - default_packages: st3 + default_packages: v3211 - build: 4107 default_packages: v4107 steps: diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 24a3c5cc..d59b0d2f 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -14,11 +14,11 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 - name: Set up Python - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: '3.8' - name: Install MkDocs