diff --git a/.github/workflows/update-dependencies.yml b/.github/workflows/update-dependencies.yml index d794474..d42c8ef 100644 --- a/.github/workflows/update-dependencies.yml +++ b/.github/workflows/update-dependencies.yml @@ -22,7 +22,7 @@ jobs: - name: Fetch changes # Without fetching, we might miss new tags due to caching in Github Actions run: git fetch --all - - uses: actions/setup-node@v3 + - uses: actions/setup-node@v4 with: node-version: 18