Skip to content

Commit

Permalink
Upgrade GitHub Actions steps to fix deprecation warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
mnaberez committed Oct 29, 2022
1 parent 2a4c5e9 commit 092d460
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

jobs:
build:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
strategy:
fail-fast: false
matrix:
Expand All @@ -17,7 +17,7 @@ jobs:
run: sudo apt install -y unzip

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v3
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}

Expand Down

0 comments on commit 092d460

Please sign in to comment.