⬆️ Update @upptime to v1.42.5

This commit is contained in:
Upptime Bot
2026-06-11 04:17:29 +00:00
parent 739cc6c47e
commit 1e333df942
8 changed files with 25 additions and 25 deletions
+3 -3
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate graphs - name: Generate graphs
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "graphs" command: "graphs"
env: env:
+3 -3
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update response time - name: Update response time
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "response-time" command: "response-time"
env: env:
+6 -6
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -31,25 +31,25 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update template - name: Update template
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "update-template" command: "update-template"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
- name: Update response time - name: Update response time
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "response-time" command: "response-time"
env: env:
GH_PAT: ${{ secrets.GH_PAT || github.token }} GH_PAT: ${{ secrets.GH_PAT || github.token }}
SECRETS_CONTEXT: ${{ toJson(secrets) }} SECRETS_CONTEXT: ${{ toJson(secrets) }}
- name: Update summary in README - name: Update summary in README
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "readme" command: "readme"
env: env:
@@ -60,7 +60,7 @@ jobs:
workflow: Graphs CI workflow: Graphs CI
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "site" command: "site"
env: env:
+3 -3
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -34,12 +34,12 @@ jobs:
if: "!contains(github.event.head_commit.message, '[skip ci]')" if: "!contains(github.event.head_commit.message, '[skip ci]')"
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Generate site - name: Generate site
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "site" command: "site"
env: env:
+3 -3
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Update summary in README - name: Update summary in README
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "readme" command: "readme"
env: env:
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
+2 -2
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,7 +30,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
+3 -3
View File
@@ -6,7 +6,7 @@
# Your changes will be overwritten when the Upptime template updates (by default, weekly) # 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. # Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
# #
# 🔼 Upptime @v1.42.4 # 🔼 Upptime @v1.42.5
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary # GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
# * Source: https://github.com/upptime/upptime # * Source: https://github.com/upptime/upptime
@@ -30,12 +30,12 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v5 uses: actions/checkout@v6
with: with:
ref: ${{ github.head_ref || github.ref_name }} ref: ${{ github.head_ref || github.ref_name }}
token: ${{ secrets.GH_PAT || github.token }} token: ${{ secrets.GH_PAT || github.token }}
- name: Check endpoint status - name: Check endpoint status
uses: upptime/uptime-monitor@v1.42.4 uses: upptime/uptime-monitor@v1.42.5
with: with:
command: "update" command: "update"
env: env: