mirror of https://github.com/FastGitORG/uptime
⬆️ Update @upptime to v1.27.0
parent
ca5411f622
commit
7b5349db87
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Generate graphs
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Check status
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -18,7 +18,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Setup Upptime
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Build and deploy site
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Generate README
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Build
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Deploy updates
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
|
@ -17,7 +17,7 @@ on:
|
|||
jobs:
|
||||
release:
|
||||
name: Check status
|
||||
runs-on: ubuntu-18.04
|
||||
runs-on: ubuntu-20.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.3
|
||||
|
|
Loading…
Reference in New Issue