File tree Expand file tree Collapse file tree 8 files changed +10
-10
lines changed
Expand file tree Collapse file tree 8 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2020
2121 steps :
2222 - name : Checkout repository
23- uses : actions/checkout@v4
23+ uses : actions/checkout@v5
2424 with :
2525 # Make sure it goes back far enough to find where the branch split from main
2626 fetch-depth : 20
Original file line number Diff line number Diff line change 1010 cspell :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : streetsidesoftware/cspell-action@v7
1515 with :
1616 files : " ."
Original file line number Diff line number Diff line change 3434
3535 steps :
3636 - name : Checkout repository
37- uses : actions/checkout@v4
37+ uses : actions/checkout@v5
3838
3939 - name : CSpell Version
4040 run : |
Original file line number Diff line number Diff line change 3232 if : ${{ needs.release-please.outputs.release_created }}
3333 steps :
3434 # The logic below handles the npm publication:
35- - uses : actions/checkout@v4
35+ - uses : actions/checkout@v5
3636 - name : Setup
3737 uses : ./.github/actions/setup
3838 with :
Original file line number Diff line number Diff line change 2222 - ubuntu-latest
2323
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626
2727 - name : Setup
2828 uses : ./.github/actions/setup
5050 # - macos-latest
5151
5252 steps :
53- - uses : actions/checkout@v4
53+ - uses : actions/checkout@v5
5454
5555 - name : Setup
5656 uses : ./.github/actions/setup
6767 runs-on : ubuntu-latest
6868
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 - run : docker build -t cspell .
7272 - run : docker run -v $(pwd):/workdir cspell
Original file line number Diff line number Diff line change 3333 echo "$EVENT_INPUTS"
3434
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 ref : ${{ env.REF_BRANCH }}
3939
Original file line number Diff line number Diff line change 2323 PR_TYPE : ci
2424 steps :
2525 - name : Checkout code
26- uses : actions/checkout@v4
26+ uses : actions/checkout@v5
2727 with :
2828 ref : ${{ env.REF_BRANCH }}
2929
Original file line number Diff line number Diff line change 3333 echo "$EVENT_INPUTS"
3434
3535 - name : Checkout code
36- uses : actions/checkout@v4
36+ uses : actions/checkout@v5
3737 with :
3838 ref : ${{ env.REF_BRANCH }}
3939
You can’t perform that action at this time.
0 commit comments