File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 language : ['javascript', 'python']
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v5
35+ uses : actions/checkout@v6
3636 - name : Set up Python 3.12
3737 if : ${{ matrix.language == 'python' }}
3838 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout Code
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 # Full git history is needed to get a proper list of changed files within `super-linter`
2222 fetch-depth : 0
Original file line number Diff line number Diff line change 3434 if : github.repository == 'HTTPArchive/httparchive.org'
3535 steps :
3636 - name : Checkout branch
37- uses : actions/checkout@v5
37+ uses : actions/checkout@v6
3838 - name : Run the report checks
3939 env :
4040 REPORT_DATE : ${{ github.event.inputs.REPORT_DATE }}
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout branch
23- uses : actions/checkout@v5
23+ uses : actions/checkout@v6
2424 - name : Setup Node.js for use with actions
2525 uses : actions/setup-node@v6
2626 with :
Original file line number Diff line number Diff line change 2424 if : github.repository == 'HTTPArchive/httparchive.org'
2525 steps :
2626 - name : Checkout branch
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828 - name : Set the list of URLs for Lighthouse to check
2929 run : ./tools/scripts/set_lighthouse_urls.sh -p
3030 - name : Audit URLs using Lighthouse
Original file line number Diff line number Diff line change 1616 if : github.repository == 'HTTPArchive/httparchive.org'
1717 steps :
1818 - name : Checkout branch
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 # Full git history is needed to get a proper list of changed files within `super-linter`
2222 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments