66# Your changes will be overwritten when the Upptime template updates (by default, weekly)
77# Instead, change .upptimerc.yml configuration and the workflows will be generated accordingly.
88#
9- # 🔼 Upptime @v1.42.4
9+ # 🔼 Upptime @v1.42.5
1010# GitHub-powered open-source uptime monitor and status page by Anand Chowdhary
1111
1212# * Source: https://github.com/upptime/upptime
@@ -31,25 +31,25 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v5
34+ uses : actions/checkout@v6
3535 with :
3636 ref : ${{ github.head_ref || github.ref_name }}
3737 token : ${{ secrets.GH_PAT || github.token }}
3838 - name : Update template
39- uses : upptime/uptime-monitor@v1.42.4
39+ uses : upptime/uptime-monitor@v1.42.5
4040 with :
4141 command : " update-template"
4242 env :
4343 GH_PAT : ${{ secrets.GH_PAT || github.token }}
4444 - name : Update response time
45- uses : upptime/uptime-monitor@v1.42.4
45+ uses : upptime/uptime-monitor@v1.42.5
4646 with :
4747 command : " response-time"
4848 env :
4949 GH_PAT : ${{ secrets.GH_PAT || github.token }}
5050 SECRETS_CONTEXT : ${{ toJson(secrets) }}
5151 - name : Update summary in README
52- uses : upptime/uptime-monitor@v1.42.4
52+ uses : upptime/uptime-monitor@v1.42.5
5353 with :
5454 command : " readme"
5555 env :
6060 workflow : Graphs CI
6161 token : ${{ secrets.GH_PAT || github.token }}
6262 - name : Generate site
63- uses : upptime/uptime-monitor@v1.42.4
63+ uses : upptime/uptime-monitor@v1.42.5
6464 with :
6565 command : " site"
6666 env :
0 commit comments