Skip to content

Commit

Permalink
Merge pull request EESSI#190 from EESSI/ocaisa-patch-2
Browse files Browse the repository at this point in the history
Incorrect hashes for update available software action
  • Loading branch information
trz42 authored Jun 6, 2024
2 parents 49dedbd + dda0c38 commit 760091b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_available_software.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
- uses: actions/checkout@v4

- name: set up Python
uses: actions/setup-python@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
with:
python-version: '3.10'
architecture: x64

- name: Mount EESSI
uses: eessi/github-action-eessi@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
uses: eessi/github-action-eessi@e1f8f20638ea417a18d23ab29443ee34794ff900 # v3.1.0
with:
eessi_stack_version: '2023.06'

Expand Down

0 comments on commit 760091b

Please sign in to comment.