mirror of
https://github.com/ethanrusz/status.git
synced 2024-11-22 01:27:46 -05:00
⬆️ Update @upptime to v1.36.4
This commit is contained in:
parent
1d12215389
commit
0b95b969e8
8 changed files with 8 additions and 8 deletions
2
.github/workflows/graphs.yml
vendored
2
.github/workflows/graphs.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/response-time.yml
vendored
2
.github/workflows/response-time.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/setup.yml
vendored
2
.github/workflows/setup.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/site.yml
vendored
2
.github/workflows/site.yml
vendored
|
@ -28,7 +28,7 @@ jobs:
|
|||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/summary.yml
vendored
2
.github/workflows/summary.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/update-template.yml
vendored
2
.github/workflows/update-template.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/updates.yml
vendored
2
.github/workflows/updates.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
2
.github/workflows/uptime.yml
vendored
2
.github/workflows/uptime.yml
vendored
|
@ -27,7 +27,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT || github.token }}
|
||||
|
|
Loading…
Reference in a new issue