File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 28
28
ref : " ${{ github.event.inputs.tag_name }}"
29
29
30
30
- name : Use Node.js
31
- uses : actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3 .0
31
+ uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
32
32
with :
33
33
node-version : " ${{ github.event.inputs.node_version }}"
34
34
# Cache the global `yarn cache dir` for faster builds by reusing dependencies.
@@ -212,7 +212,7 @@ jobs:
212
212
213
213
- name : Create Release and Upload Artifact
214
214
id : gh-release
215
- uses : softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
215
+ uses : softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
216
216
with :
217
217
files : |
218
218
${{ github.workspace }}/freetube-${{ env.PACKAGE_VERSION }}-mac-arm64.dmg
You can’t perform that action at this time.
0 commit comments