File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout 🛎
15- uses : actions/checkout@v3
15+ uses : actions/checkout@v4
1616
1717 - name : Update version badges 🏷
1818 run : npm run badges
Original file line number Diff line number Diff line change @@ -3,17 +3,17 @@ on: push
33jobs :
44 test :
55 # https://github.com/bahmutov/cypress-workflows
6- uses : bahmutov/cypress-workflows/.github/workflows/split.yml@v1
6+ uses : bahmutov/cypress-workflows/.github/workflows/split.yml@v2
77 with :
8- n : 3
8+ nE2E : 3
99 command : npm test
1010
1111 test-collect :
12- runs-on : ubuntu-20 .04
12+ runs-on : ubuntu-22 .04
1313 steps :
1414 # https://github.com/actions/checkout
1515 - name : Check out source code 🛎
16- uses : actions/checkout@v3
16+ uses : actions/checkout@v4
1717 with :
1818 # check out all commits to get accurate created date
1919 fetch-depth : 0
@@ -26,13 +26,13 @@ jobs:
2626
2727 release :
2828 needs : ['test', 'test-collect']
29- runs-on : ubuntu-20 .04
29+ runs-on : ubuntu-22 .04
3030 steps :
3131 - name : Checkout 🛎
32- uses : actions/checkout@v3
32+ uses : actions/checkout@v4
3333
3434 - name : Semantic Release 🚀
35- uses : cycjimmy/semantic-release-action@v3
35+ uses : cycjimmy/semantic-release-action@v4
3636 if : github.ref == 'refs/heads/main'
3737 with :
3838 branch : main
You can’t perform that action at this time.
0 commit comments