File tree Expand file tree Collapse file tree 9 files changed +10
-10
lines changed
Expand file tree Collapse file tree 9 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -31,14 +31,14 @@ jobs:
3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout Code
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 with :
3636 path : this_run
3737 # Full git history is needed to get a proper list of changed files
3838 fetch-depth : 0
3939 - name : Checkout Code
4040 if : github.event_name == 'pull_request'
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242 with :
4343 path : original
4444 ref : main
Original file line number Diff line number Diff line change 3232 language : ['javascript', 'python']
3333 steps :
3434 - name : Checkout repository
35- uses : actions/checkout@v4
35+ uses : actions/checkout@v5
3636 - name : Set up Python 3.12
3737 if : ${{ matrix.language == 'python' }}
3838 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 4343 github.event.pull_request.head.repo.full_name == github.repository)
4444 steps :
4545 - name : Checkout Branch
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 - name : Run Image Compression
4848 id : calibre
4949 uses : calibreapp/image-actions@main
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v4
22+ uses : actions/checkout@v5
2323 with :
2424 # Full git history is needed to get a proper list of changed files within `super-linter`
2525 fetch-depth : 0
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout Code
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 with :
1919 # Full git history is needed to get a proper list of changed files within `super-linter`
2020 fetch-depth : 0
Original file line number Diff line number Diff line change 3131 runs-on : ubuntu-latest
3232 steps :
3333 - name : Checkout branch
34- uses : actions/checkout@v4
34+ uses : actions/checkout@v5
3535 - name : Setup Node.js for use with actions
3636 uses : actions/setup-node@v4
3737 with :
Original file line number Diff line number Diff line change 2424 if : github.repository == 'HTTPArchive/almanac.httparchive.org'
2525 steps :
2626 - name : Checkout branch
27- uses : actions/checkout@v4
27+ uses : actions/checkout@v5
2828 - name : Set the list of URLs for Lighthouse to check
2929 run : ./src/tools/scripts/set_lighthouse_urls.sh -p
3030 - name : Audit URLs using Lighthouse
Original file line number Diff line number Diff line change 2929 if : github.repository == 'HTTPArchive/almanac.httparchive.org'
3030 steps :
3131 - name : Checkout Code
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333 with :
3434 fetch-depth : 0
3535 - name : Setup Node.js for use with actions
Original file line number Diff line number Diff line change 2121 if : github.repository == 'HTTPArchive/almanac.httparchive.org'
2222 steps :
2323 - name : Checkout branch
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v5
2525 with :
2626 # Full git history is needed to get a proper list of changed files within `super-linter`
2727 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments