diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 930a4e75..cdc8e449 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -34,8 +34,12 @@ jobs: with: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} + - name: Setup Node.js for graphs + uses: actions/setup-node@v6 + with: + node-version: "20" - name: Generate graphs - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 6a1d8793..1e60f34f 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -35,7 +35,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 702118d3..dcc1281d 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -36,20 +36,20 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "response-time" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} SECRETS_CONTEXT: ${{ toJson(secrets) }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "readme" env: @@ -61,15 +61,20 @@ jobs: with: workflow: Graphs CI token: ${{ secrets.GH_PAT || github.token }} + - name: Setup Node.js for direct graph generation + if: steps.dispatch_graphs.outcome == 'failure' + uses: actions/setup-node@v6 + with: + node-version: "20" - name: Generate graphs directly if dispatch fails if: steps.dispatch_graphs.outcome == 'failure' - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "graphs" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 6aea37fc..f9e0c987 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -39,7 +39,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 217c490f..a8413b82 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -35,7 +35,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "readme" env: diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index a89a127a..62615b64 100644 --- a/.github/workflows/update-template.yml +++ b/.github/workflows/update-template.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 4cc6b498..4d644f9a 100644 --- a/.github/workflows/updates.yml +++ b/.github/workflows/updates.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index ce8f65fe..28b70af3 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -6,7 +6,7 @@ # Your changes will be overwritten when the Upptime template updates (by default, weekly) # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly. # -# 🔼 Upptime @v1.43.7 +# 🔼 Upptime @v1.43.8 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -35,7 +35,7 @@ jobs: ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Check endpoint status - uses: upptime/uptime-monitor@v1.43.7 + uses: upptime/uptime-monitor@v1.43.8 with: command: "update" env: