From b6dbc907e0570723bbaab1c42e66d9ae9e3a9731 Mon Sep 17 00:00:00 2001 From: Upptime Bot <73812536+upptime-bot@users.noreply.github.com> Date: Sat, 30 May 2026 03:46:06 +0000 Subject: [PATCH] :arrow_up: Update @upptime to v1.41.10 --- .github/workflows/graphs.yml | 9 ++++++--- .github/workflows/response-time.yml | 9 ++++++--- .github/workflows/setup.yml | 15 +++++++++------ .github/workflows/site.yml | 9 ++++++--- .github/workflows/summary.yml | 9 ++++++--- .github/workflows/update-template.yml | 7 +++++-- .github/workflows/updates.yml | 7 +++++-- .github/workflows/uptime.yml | 9 ++++++--- 8 files changed, 49 insertions(+), 25 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index f149b78a..efd43e8a 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [graphs] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Generate graphs @@ -29,10 +32,10 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate graphs - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 43e96ea6..05e0d606 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [response_time] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Check status @@ -29,10 +32,10 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index fd770fa8..436aa9eb 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -22,6 +22,9 @@ on: repository_dispatch: types: [setup] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Setup Upptime @@ -30,23 +33,23 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 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.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "readme" env: @@ -57,7 +60,7 @@ jobs: workflow: Graphs CI token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 1a31bfd8..8797540f 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -24,6 +24,9 @@ on: repository_dispatch: types: [static_site] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Build and deploy site @@ -33,10 +36,10 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index dcecdb0a..57cd17b0 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [summary] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Generate README @@ -29,10 +32,10 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "readme" env: diff --git a/.github/workflows/update-template.yml b/.github/workflows/update-template.yml index 40105cef..817058ce 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [update_template] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Build @@ -29,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template uses: upptime/uptime-monitor@master diff --git a/.github/workflows/updates.yml b/.github/workflows/updates.yml index 004665d9..b9851da5 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [updates] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Deploy updates @@ -29,7 +32,7 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Update code uses: upptime/updates@master diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index bdfd7f2f..73e5382c 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.41.9 +# 🔼 Upptime @v1.41.10 # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # * Source: https://github.com/upptime/upptime @@ -21,6 +21,9 @@ on: repository_dispatch: types: [uptime] workflow_dispatch: +concurrency: + group: ${{ github.repository }}-${{ github.head_ref || github.ref_name }}-upptime + cancel-in-progress: false jobs: release: name: Check status @@ -29,10 +32,10 @@ jobs: - name: Checkout uses: actions/checkout@v5 with: - ref: ${{ github.head_ref }} + ref: ${{ github.head_ref || github.ref_name }} token: ${{ secrets.GH_PAT || github.token }} - name: Check endpoint status - uses: upptime/uptime-monitor@v1.41.9 + uses: upptime/uptime-monitor@v1.41.10 with: command: "update" env: