Skip to content

Commit

Permalink
Update GHA versions
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Marr <[email protected]>
  • Loading branch information
smarr committed May 3, 2024
1 parent 42da548 commit 15a1b86
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,10 +57,10 @@ jobs:
name: "macOS: Python 3.11"
steps:
- name: Checkout ReBench
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"

Expand Down Expand Up @@ -91,7 +91,7 @@ jobs:
apt-get install -y --no-install-recommends time
- name: Checkout ReBench
uses: actions/checkout@v3
uses: actions/checkout@v4

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

0 comments on commit 15a1b86

Please sign in to comment.