Skip to content

Commit

Permalink
Update GitHub Actions 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 Feb 2, 2024
1 parent 2bf5e53 commit b60dd2e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,12 @@ jobs:

name: ${{ matrix.name }}
steps:
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: '3.10'

- name: Checkout AWFY Repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install ReBench
run: |
Expand Down

0 comments on commit b60dd2e

Please sign in to comment.