diff --git a/.github/workflows/closed_references.yml b/.github/workflows/closed_references.yml index dfc4c5bf..804fcd9c 100644 --- a/.github/workflows/closed_references.yml +++ b/.github/workflows/closed_references.yml @@ -20,7 +20,7 @@ jobs: name: Find closed references steps: - uses: actions/checkout@v4 - - uses: actions/setup-node@v2-beta + - uses: actions/setup-node@v4.0.2 with: node-version: "14" - uses: ory/closed-reference-notifier@v1 diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index cc41ea1e..735cfe1a 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v4 with: go-version: "1.21" - - uses: actions/setup-node@v3.6.0 + - uses: actions/setup-node@v4.0.2 with: node-version: "18" - run: make licenses