Skip to content

Commit d07ad62

Browse files
committed
⬆️ Update @upptime to v1.41.5
1 parent f75b3de commit d07ad62

8 files changed

Lines changed: 25 additions & 25 deletions

File tree

.github/workflows/graphs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Generate graphs
35-
uses: upptime/uptime-monitor@v1.41.4
35+
uses: upptime/uptime-monitor@v1.41.5
3636
with:
3737
command: "graphs"
3838
env:

.github/workflows/response-time.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Update response time
35-
uses: upptime/uptime-monitor@v1.41.4
35+
uses: upptime/uptime-monitor@v1.41.5
3636
with:
3737
command: "response-time"
3838
env:

.github/workflows/setup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -28,25 +28,25 @@ jobs:
2828
runs-on: ubuntu-latest
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
ref: ${{ github.head_ref }}
3434
token: ${{ secrets.GH_PAT || github.token }}
3535
- name: Update template
36-
uses: upptime/uptime-monitor@v1.41.4
36+
uses: upptime/uptime-monitor@v1.41.5
3737
with:
3838
command: "update-template"
3939
env:
4040
GH_PAT: ${{ secrets.GH_PAT || github.token }}
4141
- name: Update response time
42-
uses: upptime/uptime-monitor@v1.41.4
42+
uses: upptime/uptime-monitor@v1.41.5
4343
with:
4444
command: "response-time"
4545
env:
4646
GH_PAT: ${{ secrets.GH_PAT || github.token }}
4747
SECRETS_CONTEXT: ${{ toJson(secrets) }}
4848
- name: Update summary in README
49-
uses: upptime/uptime-monitor@v1.41.4
49+
uses: upptime/uptime-monitor@v1.41.5
5050
with:
5151
command: "readme"
5252
env:
@@ -57,7 +57,7 @@ jobs:
5757
workflow: Graphs CI
5858
token: ${{ secrets.GH_PAT || github.token }}
5959
- name: Generate site
60-
uses: upptime/uptime-monitor@v1.41.4
60+
uses: upptime/uptime-monitor@v1.41.5
6161
with:
6262
command: "site"
6363
env:

.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -28,12 +28,12 @@ jobs:
2828
if: "!contains(github.event.head_commit.message, '[skip ci]')"
2929
steps:
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@v5
3232
with:
3333
ref: ${{ github.head_ref }}
3434
token: ${{ secrets.GH_PAT || github.token }}
3535
- name: Generate site
36-
uses: upptime/uptime-monitor@v1.41.4
36+
uses: upptime/uptime-monitor@v1.41.5
3737
with:
3838
command: "site"
3939
env:

.github/workflows/summary.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Update summary in README
35-
uses: upptime/uptime-monitor@v1.41.4
35+
uses: upptime/uptime-monitor@v1.41.5
3636
with:
3737
command: "readme"
3838
env:

.github/workflows/update-template.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/updates.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,7 +27,7 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/uptime.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77
# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88
#
9-
# 🔼 Upptime @v1.41.4
9+
# 🔼 Upptime @v1.41.5
1010
# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111

1212
# * Source: https://github.com/upptime/upptime
@@ -27,12 +27,12 @@ jobs:
2727
runs-on: ubuntu-latest
2828
steps:
2929
- name: Checkout
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v5
3131
with:
3232
ref: ${{ github.head_ref }}
3333
token: ${{ secrets.GH_PAT || github.token }}
3434
- name: Check endpoint status
35-
uses: upptime/uptime-monitor@v1.41.4
35+
uses: upptime/uptime-monitor@v1.41.5
3636
with:
3737
command: "update"
3838
env:

0 commit comments

Comments
 (0)