Skip to content

Commit

Permalink
Update reproducible.yml
Browse files Browse the repository at this point in the history
Update python and actions versions
  • Loading branch information
jmichelp committed Apr 30, 2024
1 parent ad9d685 commit c85d011
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/reproducible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,14 @@ jobs:
fail-fast: false
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
submodules: "true"
- name: Install Rust toolchain
run: rustup show
- uses: actions/setup-python@v1
- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.12"
- name: Set up OpenSK
run: ./setup.sh

Expand Down

0 comments on commit c85d011

Please sign in to comment.