Skip to content

Commit

Permalink
chore(gha): bump actions/setup-node from 3 to 4 (#290)
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Oct 30, 2023
1 parent 9778419 commit f3623a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-bpmn_visualization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- run: |
echo "New version type: ${{ github.event.inputs.type }}"
- name: Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: '16'
- name: Setup checkout
Expand Down

0 comments on commit f3623a6

Please sign in to comment.