Skip to content

Commit

Permalink
Upgrade GitHub actions
Browse files Browse the repository at this point in the history
  • Loading branch information
ogenstad committed Jun 8, 2024
1 parent 3bafdd9 commit 9b0f1f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:
platform: [ubuntu-latest]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand All @@ -26,7 +26,7 @@ jobs:
virtualenvs-in-project: true

- name: Cache Poetry virtualenv
uses: actions/cache@v2
uses: actions/cache@v4
id: cached-poetry-dependencies
with:
path: .venv
Expand Down Expand Up @@ -58,9 +58,9 @@ jobs:
platform: [ubuntu-latest, macos-13, windows-2019]
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Setup python
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}

Expand All @@ -72,7 +72,7 @@ jobs:
virtualenvs-in-project: true

- name: Cache Poetry virtualenv
uses: actions/cache@v2
uses: actions/cache@v4
id: cached-poetry-dependencies
with:
path: .venv
Expand Down

0 comments on commit 9b0f1f1

Please sign in to comment.