Skip to content

Commit b66ce3e

Browse files
Merge pull request #7 from datalogics-deh/master
Apply updates manually
2 parents 86b4dd3 + 1d22a91 commit b66ce3e

File tree

8 files changed

+19
-19
lines changed

8 files changed

+19
-19
lines changed

.github/workflows/graphs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Generate graphs
28-
uses: upptime/uptime-monitor@v1.31.2
28+
uses: upptime/uptime-monitor@v1.41.0
2929
with:
3030
command: "graphs"
3131
env:

.github/workflows/response-time.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Update response time
28-
uses: upptime/uptime-monitor@v1.31.2
28+
uses: upptime/uptime-monitor@v1.41.0
2929
with:
3030
command: "response-time"
3131
env:

.github/workflows/setup.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,25 +21,25 @@ jobs:
2121
runs-on: ubuntu-latest
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
ref: ${{ github.head_ref }}
2727
token: ${{ secrets.GH_PAT || github.token }}
2828
- name: Update template
29-
uses: upptime/uptime-monitor@v1.31.2
29+
uses: upptime/uptime-monitor@v1.41.0
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.31.2
35+
uses: upptime/uptime-monitor@v1.41.0
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.31.2
42+
uses: upptime/uptime-monitor@v1.41.0
4343
with:
4444
command: "readme"
4545
env:
@@ -50,12 +50,12 @@ jobs:
5050
workflow: Graphs CI
5151
token: ${{ secrets.GH_PAT || github.token }}
5252
- name: Generate site
53-
uses: upptime/uptime-monitor@v1.31.2
53+
uses: upptime/uptime-monitor@v1.41.0
5454
with:
5555
command: "site"
5656
env:
5757
GH_PAT: ${{ secrets.GH_PAT || github.token }}
58-
- uses: peaceiris/actions-gh-pages@v3.7.3
58+
- uses: peaceiris/actions-gh-pages@v4
5959
name: GitHub Pages Deploy
6060
with:
6161
github_token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/site.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,17 +21,17 @@ jobs:
2121
if: "!contains(github.event.head_commit.message, '[skip ci]')"
2222
steps:
2323
- name: Checkout
24-
uses: actions/checkout@v3
24+
uses: actions/checkout@v4
2525
with:
2626
ref: ${{ github.head_ref }}
2727
token: ${{ secrets.GH_PAT || github.token }}
2828
- name: Generate site
29-
uses: upptime/uptime-monitor@v1.31.2
29+
uses: upptime/uptime-monitor@v1.41.0
3030
with:
3131
command: "site"
3232
env:
3333
GH_PAT: ${{ secrets.GH_PAT || github.token }}
34-
- uses: peaceiris/actions-gh-pages@v3.7.3
34+
- uses: peaceiris/actions-gh-pages@v4
3535
name: GitHub Pages Deploy
3636
with:
3737
github_token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/summary.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Update summary in README
28-
uses: upptime/uptime-monitor@v1.31.2
28+
uses: upptime/uptime-monitor@v1.41.0
2929
with:
3030
command: "readme"
3131
env:

.github/workflows/update-template.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/updates.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}

.github/workflows/uptime.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,12 +20,12 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Checkout
23-
uses: actions/checkout@v3
23+
uses: actions/checkout@v4
2424
with:
2525
ref: ${{ github.head_ref }}
2626
token: ${{ secrets.GH_PAT || github.token }}
2727
- name: Check endpoint status
28-
uses: upptime/uptime-monitor@v1.31.2
28+
uses: upptime/uptime-monitor@v1.41.0
2929
with:
3030
command: "update"
3131
env:

0 commit comments

Comments
 (0)