Skip to content

Commit 4229757

Browse files
committed
Update mac.yml
1 parent 76ccfae commit 4229757

1 file changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/mac.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -12,12 +12,12 @@ jobs:
1212

1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout
15+
uses: actions/checkout@latest
1616
with:
1717
fetch-depth: 0
1818

1919
- name: Install Qt
20-
uses: jurplel/install-qt-action
20+
uses: jurplel/install-qt-action@latest
2121
env:
2222
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
2323
with:
@@ -47,7 +47,7 @@ jobs:
4747
./repair_package.sh
4848
4949
- name: Upload installer
50-
uses: actions/upload-artifact
50+
uses: actions/upload-artifact@latest
5151
with:
5252
name: SCIRunMacInstaller
5353
path: bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
@@ -70,12 +70,12 @@ jobs:
7070

7171
steps:
7272
- name: Checkout
73-
uses: actions/checkout
73+
uses: actions/checkout@latest
7474
with:
7575
fetch-depth: 0
7676

7777
- name: Install Qt
78-
uses: jurplel/install-qt-action
78+
uses: jurplel/install-qt-action@latest
7979
env:
8080
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
8181
with:
@@ -102,7 +102,7 @@ jobs:
102102
./repair_package.sh
103103
104104
- name: Upload installer
105-
uses: actions/upload-artifact
105+
uses: actions/upload-artifact@latest
106106
with:
107107
name: SCIRunMacNPInstaller
108108
path: bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
@@ -113,12 +113,12 @@ jobs:
113113

114114
steps:
115115
- name: Checkout
116-
uses: actions/checkout
116+
uses: actions/checkout@latest
117117
with:
118118
fetch-depth: 0
119119

120120
- name: Install Qt
121-
uses: jurplel/install-qt-action
121+
uses: jurplel/install-qt-action@latest
122122
env:
123123
ACTIONS_ALLOW_UNSECURE_COMMANDS: 'true'
124124
with:
@@ -148,7 +148,7 @@ jobs:
148148
./repair_package.sh
149149
150150
- name: Upload installer
151-
uses: actions/upload-artifact
151+
uses: actions/upload-artifact@latest
152152
with:
153153
name: SCIRunMacOsprayInstaller
154154
path: bin/SCIRun/SCIRun-5.0.beta.*-Darwin.pkg
@@ -171,7 +171,7 @@ jobs:
171171

172172
steps:
173173
- name: Checkout
174-
uses: actions/checkout
174+
uses: actions/checkout@latest
175175

176176
- name: Prepare
177177
run: |

0 commit comments

Comments
 (0)