Skip to content

Commit

Permalink
Merge pull request #277 from MH4GF/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-4.0.0

chore(deps): bump actions/setup-node from 3.6.0 to 4.0.0
  • Loading branch information
MH4GF authored Nov 23, 2023
2 parents f570e37 + 219bfbe commit f27e6cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v3.6.0
- uses: actions/setup-node@v4.0.0
- run: |
git config --local user.name "GitHub Actions"
git config --local user.email "[email protected]"
Expand Down

0 comments on commit f27e6cd

Please sign in to comment.