diff --git a/.github/workflows/graphs.yml b/.github/workflows/graphs.yml index c2b9ceb0e..2b3f1b588 100644 --- a/.github/workflows/graphs.yml +++ b/.github/workflows/graphs.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate graphs - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "graphs" env: diff --git a/.github/workflows/response-time.yml b/.github/workflows/response-time.yml index d51270a46..99d0a69b0 100644 --- a/.github/workflows/response-time.yml +++ b/.github/workflows/response-time.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "response-time" env: diff --git a/.github/workflows/setup.yml b/.github/workflows/setup.yml index 162f7b19c..ac71406fb 100644 --- a/.github/workflows/setup.yml +++ b/.github/workflows/setup.yml @@ -26,20 +26,20 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update template - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "update-template" env: GH_PAT: ${{ secrets.GH_PAT || github.token }} - name: Update response time - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.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.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "readme" env: @@ -50,7 +50,7 @@ jobs: workflow: Graphs CI token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "site" env: diff --git a/.github/workflows/site.yml b/.github/workflows/site.yml index 8af0bae77..9d1970987 100644 --- a/.github/workflows/site.yml +++ b/.github/workflows/site.yml @@ -26,7 +26,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Generate site - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "site" env: diff --git a/.github/workflows/summary.yml b/.github/workflows/summary.yml index 1d11e9ca8..e26867f5c 100644 --- a/.github/workflows/summary.yml +++ b/.github/workflows/summary.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Update summary in README - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "readme" env: diff --git a/.github/workflows/uptime.yml b/.github/workflows/uptime.yml index 56ee81be9..20588be8b 100644 --- a/.github/workflows/uptime.yml +++ b/.github/workflows/uptime.yml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.head_ref }} token: ${{ secrets.GH_PAT || github.token }} - name: Check endpoint status - uses: upptime/uptime-monitor@v1.35.0 + uses: upptime/uptime-monitor@v1.37.0 with: command: "update" env: