Skip to content

Commit

Permalink
GitHub Actions: update actions to their latest versions (#568)
Browse files Browse the repository at this point in the history
This is to address the warning about deprecated Node.js
  • Loading branch information
thiell authored Sep 9, 2024
1 parent b9b1728 commit e58d8bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nosetests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
python-version: '3.6'
name: Tests with Python ${{ matrix.python-version }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
uses: actions/setup-python@v5.2.0
with:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
Expand Down

0 comments on commit e58d8bc

Please sign in to comment.