From 6a37ea6e5d0b4ec1519dbca1086cceb59e11044a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 17:37:19 +0000 Subject: [PATCH] Update upptime/uptime-monitor action to v1.41.9 --- .github/workflows/graphs.yml | 2 +- .github/workflows/response-time.yml | 2 +- .github/workflows/setup.yml | 8 ++++---- .github/workflows/site.yml | 2 +- .github/workflows/summary.yml | 2 +- .github/workflows/uptime.yml | 2 +- 6 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index fd88de9b4d..082740361e 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate graphs - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 683621bae3..74fc7b2acf 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 0b27e6677d..7d91949b0f 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -33,20 +33,20 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 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.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "readme" env: @@ -57,7 +57,7 @@ jobs: workflow: Graphs CI token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index b46565a810..ede7b5004d 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -36,7 +36,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 060822d948..eb6d435261 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "readme" env: diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 8dd3385758..3cd630422a 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -32,7 +32,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Check endpoint status - uses: upptime/uptime-monitor@v1.41.8 + uses: upptime/uptime-monitor@v1.41.9 with: command: "update" env: