File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1414 PLAYWRIGHT_SKIP_BROWSER_DOWNLOAD : 1
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - uses : actions/setup-node@v4
1919 with :
2020 node-version : ' 22'
2929 runs-on :
3030 labels : [ubuntu-2204-8]
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - uses : actions/setup-node@v4
3434 with :
3535 node-version : ' 22'
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v4
20+ uses : actions/checkout@v5
2121 with :
2222 fetch-depth : 0
2323 - name : Set up Python
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout repository
14- uses : actions/checkout@v4
14+ uses : actions/checkout@v5
1515 - name : Check branch is main
1616 run : |
1717 if [[ "${{ github.ref }}" != "refs/heads/main" ]]; then
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v5
1818 - name : Check branch is main
1919 run : |
2020 if [[ "${{ github.ref }}" != "refs/heads/main" ]]; then
You can’t perform that action at this time.
0 commit comments