Skip to content

Commit 1efba59

Browse files
authored
Merge pull request #70 from PikachuEXE/dependabot/github_actions/all-actions-f59fe4bff7
2 parents fd3b69d + d03a70f commit 1efba59

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release-manual-trigger.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
ref: "${{ github.event.inputs.tag_name }}"
2929

3030
- name: Use Node.js
31-
uses: actions/setup-node@cdca7365b2dadb8aad0a33bc7601856ffabcc48e # v4.3.0
31+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4.0
3232
with:
3333
node-version: "${{ github.event.inputs.node_version }}"
3434
# Cache the global `yarn cache dir` for faster builds by reusing dependencies.
@@ -212,7 +212,7 @@ jobs:
212212

213213
- name: Create Release and Upload Artifact
214214
id: gh-release
215-
uses: softprops/action-gh-release@c95fe1489396fe8a9eb87c0abf8aa5b2ef267fda # v2.2.1
215+
uses: softprops/action-gh-release@da05d552573ad5aba039eaac05058a918a7bf631 # v2.2.2
216216
with:
217217
files: |
218218
${{ github.workspace }}/freetube-${{ env.PACKAGE_VERSION }}-mac-arm64.dmg

0 commit comments

Comments
 (0)