⬆️ Update @upptime to v1.41.10

This commit is contained in:
Upptime Bot 2026-05-30 02:14:06 +00:00
parent 49ebfaf76d
commit ebf71cb919
8 changed files with 49 additions and 25 deletions

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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:

View File

@ -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

View File

@ -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

View File

@ -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: