Skip to content

Commit

Permalink
Update GitHub workflow to the latest version of checkout and setup-py…
Browse files Browse the repository at this point in the history
…thon
  • Loading branch information
ronf committed Feb 25, 2024
1 parent e8fe42a commit cf4ae56
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,19 +39,19 @@ jobs:

steps:
- name: Checkout asyncssh
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
path: asyncssh

- name: Checkout liboqs
if: ${{ runner.os != 'macOS' }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: open-quantum-safe/liboqs
ref: ${{ env.liboqs_version }}
path: liboqs

- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache: pip
Expand Down Expand Up @@ -134,8 +134,8 @@ jobs:
needs: run-tests
if: ${{ always() }}
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v4
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.7"
- uses: actions/download-artifact@v3
Expand Down

0 comments on commit cf4ae56

Please sign in to comment.