Skip to content

Commit

Permalink
Merge pull request #64 from skjnldsv/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/setup-node-4.0.3

Bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
skjnldsv authored Sep 19, 2024
2 parents 62cff92 + 9a9eaf9 commit b146e35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/appstore-build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
- name: Set up node ${{ steps.versions.outputs.nodeVersion }}
# Skip if no package.json
if: ${{ steps.versions.outputs.nodeVersion }}
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v3
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v3
with:
node-version: ${{ steps.versions.outputs.nodeVersion }}

Expand Down

0 comments on commit b146e35

Please sign in to comment.