8080 echo "VERSION=$VERSION" >> $GITHUB_ENV
8181 - name : Setup PNPM
8282 if : ${{ env.PACKAGE_MANAGER == 'pnpm' }}
83- uses : pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1 .0
83+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2 .0
8484 with :
8585 version : ${{ env.VERSION }}
8686 package_json_file : " ${{ inputs.path }}/package.json"
@@ -98,15 +98,15 @@ runs:
9898 deno-version : ${{ env.VERSION }}
9999
100100 - name : Setup Node
101- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
101+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
102102 if : ${{ env.PACKAGE_MANAGER != 'bun' && env.PACKAGE_MANAGER != 'deno' }}
103103 with :
104104 node-version : ${{ inputs.node-version }}
105105 cache : ${{ env.PACKAGE_MANAGER }}
106106 cache-dependency-path : " ${{ inputs.path }}/${{ env.LOCKFILE }}"
107107
108108 - name : Setup Node (Bun)
109- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
109+ uses : actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6.0 .0
110110 if : ${{ env.PACKAGE_MANAGER == 'bun' }}
111111 with :
112112 node-version : ${{ inputs.node-version }}
@@ -144,6 +144,6 @@ runs:
144144 run : ${{ inputs.build-cmd || 'deno task build' }}
145145
146146 - name : Upload Pages Artifact
147- uses : actions/upload-pages-artifact@56afc609e74202658d3ffba0e8f6dda462b719fa # v3 .0.1
147+ uses : actions/upload-pages-artifact@7b1f4a764d45c48632c6b24a0339c27f5614fb0b # v4 .0.0
148148 with :
149149 path : " ${{ inputs.path }}/dist/"
0 commit comments