Skip to content

Commit 473a5b5

Browse files
committed
move EESSI action to v3
1 parent a13bce8 commit 473a5b5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests_archdetect.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
- name: checkout
2727
uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 # v3.1.0
2828
- name: Enable EESSI
29-
uses: eessi/github-action-eessi@58b50fd2eead2162c2b9ac258d4fb60cc9f30503 # v2.0.13
29+
#uses: eessi/github-action-eessi@58b50fd2eead2162c2b9ac258d4fb60cc9f30503 # v2.0.13
30+
uses: eessi/github-action-eessi@v3
3031
- name: test eessi_archdetect.sh
3132
run: |
3233
export EESSI_MACHINE_TYPE=${{matrix.proc_cpuinfo}}

0 commit comments

Comments
 (0)