@@ -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 }}
0 commit comments