diff --git a/.github/workflows/closed_references.yml b/.github/workflows/closed_references.yml index dfc4c5bf..8a6064f8 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.4 with: node-version: "14" - uses: ory/closed-reference-notifier@v1 diff --git a/.github/workflows/licenses.yml b/.github/workflows/licenses.yml index b8b70f12..cd24ff45 100644 --- a/.github/workflows/licenses.yml +++ b/.github/workflows/licenses.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/setup-go@v5 with: go-version: "1.21" - - uses: actions/setup-node@v4.0.2 + - uses: actions/setup-node@v4.0.4 with: node-version: "18" - run: make licenses