Browse Source

Upgrade GitHub Actions

pull/3468/head
Christian Clauss 1 year ago
committed by GitHub
parent
commit
7cd268c1a6
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      .github/workflows/validate_links.yml

+ 3
- 3
.github/workflows/validate_links.yml View File

@@ -14,12 +14,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: '3.8'
python-version: '3.x'

- name: Install dependencies
run: python -m pip install -r scripts/requirements.txt


Loading…
Cancel
Save