File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1515 permissions :
1616 id-token : write
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0 # semantic-release needs this
2121 token : ${{ secrets.ELEMENT_BOT_GITHUB_TOKEN }} # Otherwise, branch protection rules are not bypassed.
4646 steps :
4747 # semantic release will update the package.json version so
4848 # we need to build the artifacts again to have the correct version number in the docs.
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050 with :
5151 fetch-depth : 0
5252 token : ${{ secrets.ELEMENT_BOT_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 1616
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0 # We need this for commit-lint
2222
8383 apt install git-lfs
8484
8585 - name : Checkout
86- uses : actions/checkout@v5
86+ uses : actions/checkout@v6
8787
8888 - name : Pull Repository with LFS
8989 run : git lfs pull
You can’t perform that action at this time.
0 commit comments