Skip to content

Commit

Permalink
Use newer actions for lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjstretchalot committed Nov 14, 2024
1 parent dd70da0 commit 6ce3dc3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ jobs:
options: -p4001:4001
steps:
- name: Setup Python ${{ matrix.python_version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python_version }}
- name: Fetch httppubsubserver
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Generic python setup
run: |
python -m pip install --upgrade pip
Expand Down

0 comments on commit 6ce3dc3

Please sign in to comment.