Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/bump-actions-checkout' into sr2024
Browse files Browse the repository at this point in the history
  • Loading branch information
RealOrangeOne committed Mar 30, 2024
2 parents b480160 + d533aa4 commit 52b9427
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,14 +14,14 @@ jobs:
os: [ubuntu-latest]
python: [3.9, "3.10", "3.11"]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python }}
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python }}
- name: Create virtualenv
run: python3 -m venv venv
- uses: actions/cache@v2
- uses: actions/cache@v3
with:
path: venv/
key: ${{ runner.os }}-${{ matrix.python }}-pip-${{ hashFiles('requirements.txt') }}-${{ hashFiles('requirements-dev.txt') }}
Expand Down

0 comments on commit 52b9427

Please sign in to comment.