diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index 69b82a2c9f..fa67758752 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index b8f3063a64..f1817423b8 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index a7ae7fce58..cd3ae29c68 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.41.7 + uses: upptime/uptime-monitor@v1.41.8 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.7 + uses: upptime/uptime-monitor@v1.41.8 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 06c2479a8e..362a015f06 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.41.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index f0b9bd926c..dc97bb155f 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "readme" env: diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 22347cee25..bf1fc400eb 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.7 + uses: upptime/uptime-monitor@v1.41.8 with: command: "update" env: