Skip to content

Commit

Permalink
chore: use v4 of actions/setup-node and actions/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
reey committed Apr 23, 2024
1 parent 7635269 commit 4ef6a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/semantic-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
version: ${{ steps.save-version.outputs.version }}
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand All @@ -28,7 +28,7 @@ jobs:
run: echo "version=$(cat frontend/package.json | jq '.version' | xargs)" >> $GITHUB_OUTPUT

- name: Use Node.js ${{ env.NODE_VERSION }}
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: ${{ env.NODE_VERSION }}

Expand Down

0 comments on commit 4ef6a5e

Please sign in to comment.