Skip to content

Commit

Permalink
Update GitHub Action action versions to avoid deprecation warnings
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <git@stefan-marr.de>
  • Loading branch information
smarr committed Nov 27, 2022
1 parent 4ccdca7 commit 90d386e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ jobs:
name: Python ${{ matrix.python-version }} ${{ matrix.yaml-parser }}
steps:
- name: Checkout ReBench
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup Python
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
architecture: x64
Expand Down Expand Up @@ -79,9 +79,9 @@ jobs:
run: |
apt-get update
apt-get install -y --no-install-recommends time
- name: Checkout ReBench
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Install PyTest
run: pip install pytest
Expand Down

0 comments on commit 90d386e

Please sign in to comment.