Skip to content

Commit

Permalink
Update versions of actions checkout, setup-python
Browse files Browse the repository at this point in the history
The previous versions use Node.js 16, which is deprecated. Newer versions use Node.js 20
  • Loading branch information
Smoothex authored Jun 14, 2024
1 parent d587338 commit 835d4d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,15 +18,15 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
lfs: true

- name: Checkout LFS objects (map files)
run: git lfs checkout

- name: Set up Python 3.9.16
uses: actions/setup-python@v3
uses: actions/setup-python@v5
with:
python-version: 3.9.16

Expand Down

0 comments on commit 835d4d4

Please sign in to comment.