Skip to content

Commit 09da070

Browse files
authored
Change action hashes to tags
Hashes are long and ugly to look at, just use the tags associated with the composite action's releases.
1 parent 250cb8a commit 09da070

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/AT2.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
bash -l -c "module list"
3333
printenv PATH
3434
- name: Cancel Previous Runs
35-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
35+
uses: styfle/[email protected]
3636
with:
3737
access_token: ${{ github.token }}
3838
- name: make dirs
@@ -41,7 +41,7 @@ jobs:
4141
mkdir -p /home/Trilinos/src/Trilinos
4242
mkdir -p /home/Trilinos/build
4343
- name: Clone trilinos
44-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
44+
uses: actions/[email protected]
4545
with:
4646
fetch-depth: 0
4747
- name: Repo status
@@ -90,7 +90,7 @@ jobs:
9090
bash -l -c "module list"
9191
printenv PATH
9292
- name: Cancel Previous Runs
93-
uses: styfle/cancel-workflow-action@85880fa0301c86cca9da44039ee3bb12d3bedbfa # 0.12.1
93+
uses: styfle/[email protected]
9494
with:
9595
access_token: ${{ github.token }}
9696
- name: make dirs
@@ -99,7 +99,7 @@ jobs:
9999
mkdir -p /home/Trilinos/src/Trilinos
100100
mkdir -p /home/Trilinos/build
101101
- name: Clone trilinos
102-
uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 # v4.1.2
102+
uses: actions/[email protected]
103103
with:
104104
fetch-depth: 0
105105
- name: Repo status

0 commit comments

Comments
 (0)