diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 603d334..4b6703f 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 24.16.0 + node-version: 24.17.0 - run: | git config --global url."https://github.com/".insteadOf git@github.com: git config --global url."https://".insteadOf git:// diff --git a/.github/workflows/update-warps.yml b/.github/workflows/update-warps.yml index f9915ef..2330dce 100644 --- a/.github/workflows/update-warps.yml +++ b/.github/workflows/update-warps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3 - uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0 with: - node-version: 24.16.0 + node-version: 24.17.0 - run: "node warp-data/get-warp-data.js" - run: echo "message=Warp update @ $(date +%Y%m%dT%H:%M:%S%Z)" >> "$GITHUB_ENV" - uses: EndBug/add-and-commit@290ea2c423ad77ca9c62ae0f5b224379612c0321 # v10.0.0