File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -23,12 +23,12 @@ jobs:
2323 git config --global user.name "${GITHUB_ACTOR}"
2424
2525 - name : Checkout source
26- uses : actions/checkout@v2.3.4
26+ uses : actions/checkout@v2
2727 with :
2828 path : source
2929
3030 - name : Checkout target
31- uses : actions/checkout@v2.3.4
31+ uses : actions/checkout@v2
3232 with :
3333 repository : codeigniter4/api
3434 token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change @@ -18,12 +18,12 @@ jobs:
1818 git config --global user.name "${GITHUB_ACTOR}"
1919
2020 - name : Checkout source
21- uses : actions/checkout@v2.3.4
21+ uses : actions/checkout@v2
2222 with :
2323 path : source
2424
2525 - name : Checkout target
26- uses : actions/checkout@v2.3.4
26+ uses : actions/checkout@v2
2727 with :
2828 repository : codeigniter4/framework
2929 token : ${{ secrets.ACCESS_TOKEN }}
@@ -63,12 +63,12 @@ jobs:
6363 git config --global user.name "${GITHUB_ACTOR}"
6464
6565 - name : Checkout source
66- uses : actions/checkout@v2.3.4
66+ uses : actions/checkout@v2
6767 with :
6868 path : source
6969
7070 - name : Checkout target
71- uses : actions/checkout@v2.3.4
71+ uses : actions/checkout@v2
7272 with :
7373 repository : codeigniter4/appstarter
7474 token : ${{ secrets.ACCESS_TOKEN }}
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-latest
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v2.3.4
22+ uses : actions/checkout@v2
2323
2424 # Build the latest User Guide
2525 - name : Build with Sphinx
Original file line number Diff line number Diff line change 3232 php-versions : ['7.4', '8.0']
3333 steps :
3434 - name : Checkout
35- uses : actions/checkout@v2.3.4
35+ uses : actions/checkout@v2
3636
3737 - name : Setup PHP
3838 uses : shivammathur/setup-php@2.11.0
Original file line number Diff line number Diff line change 8686 run : sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q "CREATE DATABASE test"
8787
8888 - name : Checkout
89- uses : actions/checkout@v2.3.4
89+ uses : actions/checkout@v2
9090
9191 - name : Setup PHP, with composer and extensions
9292 uses : shivammathur/setup-php@2.11.0
Original file line number Diff line number Diff line change 3636 php-versions : ['7.4', '8.0']
3737 steps :
3838 - name : Checkout
39- uses : actions/checkout@v2.3.4
39+ uses : actions/checkout@v2
4040
4141 - name : Setup PHP
4242 uses : shivammathur/setup-php@2.11.0
Original file line number Diff line number Diff line change 1717 name : Check User Guide syntax
1818 runs-on : ubuntu-20.04
1919 steps :
20- - uses : actions/checkout@v2.3.4
20+ - uses : actions/checkout@v2
2121 - uses : ammaraskar/sphinx-action@0.4
2222 with :
2323 docs-folder : user_guide_src
You can’t perform that action at this time.
0 commit comments