mirror of
https://github.com/Jackett/Jackett
synced 2025-03-07 12:24:25 +00:00
build(deps): bump actions/setup-node from 3 to 4 (#15194)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
parent
29c61c1327
commit
e68a5ed71a
1 changed files with 1 additions and 1 deletions
2
.github/workflows/issuebot.yml
vendored
2
.github/workflows/issuebot.yml
vendored
|
@ -23,7 +23,7 @@ jobs:
|
||||||
|
|
||||||
# This step sets up Node.js. The script that this workflow will run uses Node.js.
|
# This step sets up Node.js. The script that this workflow will run uses Node.js.
|
||||||
- name: Setup Node.js
|
- name: Setup Node.js
|
||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: '18.x'
|
node-version: '18.x'
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue