diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index bab4909..c51f629 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -21,7 +21,7 @@ jobs: - name: Use Node.js uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: - node-version: 24.13.1 + node-version: 24.14.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 9d4ae2f..d8f03ca 100644 --- a/.github/workflows/update-warps.yml +++ b/.github/workflows/update-warps.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6.2.0 with: - node-version: 24.13.1 + node-version: 24.14.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