File tree Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Expand file tree Collapse file tree 8 files changed +13
-13
lines changed Original file line number Diff line number Diff line change 1010 axe :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616 - name : Get changed files
Original file line number Diff line number Diff line change 88 stylelint :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - uses : actions/setup-node@v4
1313 with :
1414 node-version : 18
1919 run : npm run stylelint:fix
2020 - name : Push up any fixes
2121 if : ${{ github.event_name == 'pull_request' }}
22- uses : stefanzweifel/git-auto-commit-action@v5
22+ uses : stefanzweifel/git-auto-commit-action@v6
2323 with :
2424 commit_message : Fixing stylelint issues
2525 commit_user_name : GitHub Design Engineering Bot
3030 eslint :
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434 - uses : actions/setup-node@v4
3535 with :
3636 node-version : 18
4242 test :
4343 runs-on : ubuntu-latest
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v5
4646 - uses : actions/setup-node@v4
4747 with :
4848 node-version : 18
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 3030 runs-on : ubuntu-latest
3131 needs : deploy
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 - uses : chrnorm/deployment-action@v2.0.7
3636 name : Create GitHub deployment for storybook
Original file line number Diff line number Diff line change 2323 # If it's 0, we deploy.
2424 should_deploy : ${{ steps.changeset-count.outputs.change_count == 0 }}
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - id : changeset-count
2929 run : echo "::set-output name=change_count::$(ls .changeset/*.md | grep -v README | wc -l | xargs)"
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout repository
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616 with :
1717 # This makes Actions fetch all Git history so that Changesets can generate changelogs with the correct commits
1818 fetch-depth : 0
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout repository
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v5
2020
2121 - name : Set up Node.js
2222 uses : actions/setup-node@v4
5656 - if : " contains(github.event.pull_request.labels.*.name, 'skip changeset')"
5757 run : echo "passed"; exit 0;
5858 - if : " !contains(github.event.pull_request.labels.*.name, 'skip changeset')"
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v5
6060 with :
6161 ref : ${{ github.event.pull_request.head.sha }}
6262 - if : " !contains(github.event.pull_request.labels.*.name, 'skip changeset')"
6767 needs : release-template
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 - uses : actions/setup-node@v4
7272 with :
7373 node-version : 18
You can’t perform that action at this time.
0 commit comments