From 469453ac889bbc633f68780cd2ef5056a8667f97 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 5 Sep 2025 15:12:36 +0000 Subject: [PATCH] Bump upptime/uptime-monitor from 1.40.1 to 1.41.0 Bumps [upptime/uptime-monitor](https://github.com/upptime/uptime-monitor) from 1.40.1 to 1.41.0. - [Release notes](https://github.com/upptime/uptime-monitor/releases) - [Changelog](https://github.com/upptime/uptime-monitor/blob/master/CHANGELOG.md) - [Commits](https://github.com/upptime/uptime-monitor/compare/v1.40.1...v1.41.0) --- updated-dependencies: - dependency-name: upptime/uptime-monitor dependency-version: 1.41.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 e93cf94f4..d95abd6e9 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index 2bc8672ff..dd77200f3 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 318569225..a5ed5d09f 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.40.1 + uses: upptime/uptime-monitor@v1.41.0 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 25c0434d0..a66cf96bd 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -33,7 +33,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 1d8996eb7..a464e66a0 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "readme" env: diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 46c9ec516..794f194c6 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.40.1 + uses: upptime/uptime-monitor@v1.41.0 with: command: "update" env: