Merge pull request #636 from kajinamit/bump-gh-action

Bump checkout action
This commit is contained in:
Samuel Mannehed (ThinLinc team) 2026-05-24 14:12:27 +02:00 committed by GitHub
commit 33f83d1e1e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ jobs:
lint: lint:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Update pip and setuptools - name: Update pip and setuptools
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip

View File

@ -20,7 +20,7 @@ jobs:
- 3.13 - 3.13
fail-fast: false fail-fast: false
steps: steps:
- uses: actions/checkout@v4 - uses: actions/checkout@v6
- name: Update pip and setuptools - name: Update pip and setuptools
run: | run: |
python -m pip install --upgrade pip python -m pip install --upgrade pip