diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 46ff899..d778391 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24.12.0 + node-version: 24.13.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 fb1d385..edea6bd 100644 --- a/.github/workflows/update-warps.yml +++ b/.github/workflows/update-warps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 - uses: actions/setup-node@395ad3262231945c25e8478fd5baf05154b1d79f # v6.1.0 with: - node-version: 24.12.0 + node-version: 24.13.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@a94899bca583c204427a224a7af87c02f9b325d5 # v9.1.4