mirror of
https://github.com/wahyd4/upptime.git
synced 2026-08-09 05:06:31 +10:00
⬆️ Update GitHub Actions dependencies
This commit is contained in:
@@ -18,12 +18,12 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Setup Node.js
|
||||
uses: actions/setup-node@v1
|
||||
uses: actions/setup-node@v2.1.2
|
||||
with:
|
||||
node-version: 14
|
||||
- name: Update graphs
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
SECRET_SITE: ${{ secrets.SECRET_SITE }}
|
||||
- name: Commit new data
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.1.1
|
||||
uses: stefanzweifel/git-auto-commit-action@v4.7.2
|
||||
with:
|
||||
commit_message: ":bento: Update graphs [skip ci]"
|
||||
commit_user_name: Koj Bot
|
||||
|
||||
@@ -18,7 +18,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
|
||||
@@ -19,7 +19,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
@@ -47,7 +50,7 @@ jobs:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- uses: maxheld83/ghpages@v0.2.1
|
||||
- uses: maxheld83/ghpages@v0.3.0
|
||||
name: GitHub Pages Deploy
|
||||
env:
|
||||
BUILD_DIR: "site/status-page/__sapper__/export/"
|
||||
|
||||
@@ -20,14 +20,17 @@ jobs:
|
||||
if: "!contains(github.event.head_commit.message, '[skip ci]')"
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Generate site
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
command: "site"
|
||||
env:
|
||||
GH_PAT: ${{ secrets.GH_PAT }}
|
||||
- uses: maxheld83/ghpages@v0.2.1
|
||||
- uses: maxheld83/ghpages@v0.3.0
|
||||
name: GitHub Pages Deploy
|
||||
env:
|
||||
BUILD_DIR: "site/status-page/__sapper__/export/"
|
||||
|
||||
@@ -18,7 +18,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
|
||||
@@ -18,7 +18,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
|
||||
@@ -16,7 +16,10 @@ jobs:
|
||||
runs-on: ubuntu-18.04
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v1
|
||||
uses: actions/checkout@v2.3.3
|
||||
with:
|
||||
ref: ${{ github.head_ref }}
|
||||
token: ${{ secrets.GH_PAT }}
|
||||
- name: Update response time
|
||||
uses: upptime/uptime-monitor@master
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user