Skip to content

Commit

Permalink
Merge pull request #261 from simonecorsi/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
simonecorsi committed Nov 27, 2023
2 parents e7ccec3 + 951f5a9 commit b70dbfd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependabot-automerge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
if: ${{ github.actor == 'dependabot[bot]' }}
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: lts/*
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
release:
runs-on: ubuntu-latest
steps:
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: 18
- uses: actions/checkout@v4
Expand Down

0 comments on commit b70dbfd

Please sign in to comment.