Skip to content

Commit

Permalink
updated actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
s4v4g3 committed Oct 21, 2024
1 parent 5d358ab commit 2a0d445
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ jobs:

steps:
- name: Checkout Core Repo @ SHA - ${{ github.sha }}
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Set up Python ${{ env[matrix.python-version] }}
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: ${{ env[matrix.python-version] }}
architecture: 'x64'
- name: Install Tox
run: pip install tox==4.* -U
- name: Cache tox environment
# Preserves .tox directory between runs for faster installs
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: |
.tox
Expand Down

0 comments on commit 2a0d445

Please sign in to comment.