Skip to content
This repository was archived by the owner on Jul 5, 2024. It is now read-only.

Commit 0616988

Browse files
Update upptime/uptime-monitor action to v1.36.3
1 parent 382f627 commit 0616988

File tree

6 files changed

+9
-9
lines changed

6 files changed

+9
-9
lines changed

.github/workflows/graphs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Generate graphs
28-
uses: upptime/uptime-monitor@v1.35.0
28+
uses: upptime/uptime-monitor@v1.36.3
2929
with:
3030
command: "graphs"
3131
env:

.github/workflows/response-time.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Update response time
28-
uses: upptime/uptime-monitor@v1.35.0
28+
uses: upptime/uptime-monitor@v1.36.3
2929
with:
3030
command: "response-time"
3131
env:

.github/workflows/setup.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,20 +26,20 @@ jobs:
2626
ref: ${{ github.head_ref }}
2727
token: ${{ secrets.GH_PAT || github.token }}
2828
- name: Update template
29-
uses: upptime/uptime-monitor@v1.35.0
29+
uses: upptime/uptime-monitor@v1.36.3
3030
with:
3131
command: "update-template"
3232
env:
3333
GH_PAT: ${{ secrets.GH_PAT || github.token }}
3434
- name: Update response time
35-
uses: upptime/uptime-monitor@v1.35.0
35+
uses: upptime/uptime-monitor@v1.36.3
3636
with:
3737
command: "response-time"
3838
env:
3939
GH_PAT: ${{ secrets.GH_PAT || github.token }}
4040
SECRETS_CONTEXT: ${{ toJson(secrets) }}
4141
- name: Update summary in README
42-
uses: upptime/uptime-monitor@v1.35.0
42+
uses: upptime/uptime-monitor@v1.36.3
4343
with:
4444
command: "readme"
4545
env:
@@ -50,7 +50,7 @@ jobs:
5050
workflow: Graphs CI
5151
token: ${{ secrets.GH_PAT || github.token }}
5252
- name: Generate site
53-
uses: upptime/uptime-monitor@v1.35.0
53+
uses: upptime/uptime-monitor@v1.36.3
5454
with:
5555
command: "site"
5656
env:

.github/workflows/site.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
ref: ${{ github.head_ref }}
2727
token: ${{ secrets.GH_PAT || github.token }}
2828
- name: Generate site
29-
uses: upptime/uptime-monitor@v1.35.0
29+
uses: upptime/uptime-monitor@v1.36.3
3030
with:
3131
command: "site"
3232
env:

.github/workflows/summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Update summary in README
28-
uses: upptime/uptime-monitor@v1.35.0
28+
uses: upptime/uptime-monitor@v1.36.3
2929
with:
3030
command: "readme"
3131
env:

.github/workflows/uptime.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Check endpoint status
28-
uses: upptime/uptime-monitor@v1.35.0
28+
uses: upptime/uptime-monitor@v1.36.3
2929
with:
3030
command: "update"
3131
env:

0 commit comments

Comments
 (0)