@@ -38,18 +38,18 @@ jobs:
3838 working-directory : api
3939 steps :
4040 - name : Checkout repo
41- uses : actions/checkout@v7
41+ uses : actions/checkout@v7.0.1
4242 with :
4343 ref : ${{ inputs.ref || github.ref }}
4444 fetch-depth : 0
4545
46- - uses : pnpm/action-setup@v4
46+ - uses : pnpm/action-setup@v4.4.0
4747 name : Install pnpm
4848 with :
4949 run_install : false
5050
5151 - name : Install Node
52- uses : actions/setup-node@v7
52+ uses : actions/setup-node@v7.0.0
5353 with :
5454 node-version-file : " .nvmrc"
5555 cache : ' pnpm'
8383 id : buildnumber
8484 if : github.repository == 'unraid/api'
8585 continue-on-error : true
86- uses : onyxmueller/build-tag-number@v1
86+ uses : onyxmueller/build-tag-number@v1.1.0
8787 with :
8888 token : ${{ secrets.UNRAID_BOT_GITHUB_ADMIN_TOKEN || github.token }}
8989 prefix : ${{ inputs.version_override || steps.vars.outputs.PACKAGE_LOCK_VERSION }}
9999 tar -czf deploy/unraid-api.tgz -C deploy/pack/ .
100100
101101 - name : Upload tgz to Github artifacts
102- uses : actions/upload-artifact@v6
102+ uses : actions/upload-artifact@v6.0.0
103103 with :
104104 name : unraid-api
105105 path : ${{ github.workspace }}/api/deploy/unraid-api.tgz
@@ -112,17 +112,17 @@ jobs:
112112 runs-on : ubuntu-latest
113113 steps :
114114 - name : Checkout repo
115- uses : actions/checkout@v7
115+ uses : actions/checkout@v7.0.1
116116 with :
117117 ref : ${{ inputs.ref || github.ref }}
118118
119- - uses : pnpm/action-setup@v4
119+ - uses : pnpm/action-setup@v4.4.0
120120 name : Install pnpm
121121 with :
122122 run_install : false
123123
124124 - name : Install Node
125- uses : actions/setup-node@v7
125+ uses : actions/setup-node@v7.0.0
126126 with :
127127 node-version-file : " .nvmrc"
128128 cache : ' pnpm'
@@ -145,7 +145,7 @@ jobs:
145145 run : pnpm run build:wc
146146
147147 - name : Upload Artifact to Github
148- uses : actions/upload-artifact@v6
148+ uses : actions/upload-artifact@v6.0.0
149149 with :
150150 name : unraid-wc-ui
151151 path : unraid-ui/dist-wc/
@@ -158,7 +158,7 @@ jobs:
158158 runs-on : ubuntu-latest
159159 steps :
160160 - name : Checkout repo
161- uses : actions/checkout@v7
161+ uses : actions/checkout@v7.0.1
162162 with :
163163 ref : ${{ inputs.ref || github.ref }}
164164
@@ -170,13 +170,13 @@ jobs:
170170 echo VITE_UNRAID_NET=${{ secrets.VITE_UNRAID_NET }} >> .env
171171 echo VITE_CALLBACK_KEY=${{ secrets.VITE_CALLBACK_KEY }} >> .env
172172
173- - uses : pnpm/action-setup@v4
173+ - uses : pnpm/action-setup@v4.4.0
174174 name : Install pnpm
175175 with :
176176 run_install : false
177177
178178 - name : Install Node
179- uses : actions/setup-node@v7
179+ uses : actions/setup-node@v7.0.0
180180 with :
181181 node-version-file : " .nvmrc"
182182 cache : ' pnpm'
@@ -201,7 +201,7 @@ jobs:
201201 run : pnpm run build
202202
203203 - name : Upload build to Github artifacts
204- uses : actions/upload-artifact@v6
204+ uses : actions/upload-artifact@v6.0.0
205205 with :
206206 name : unraid-wc-rich
207207 path : web/dist
0 commit comments