File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-24.04
1111 timeout-minutes : 30
1212 steps :
13- - uses : actions/checkout@v4.1.6
13+ - uses : actions/checkout@v6.0.1
1414 with :
1515 repository : wbstack/api
1616 path : api
2929 - run : docker compose exec api bash -c 'php artisan migrate:fresh && php artisan passport:install && php artisan db:seed && php artisan key:generate && php artisan storage:link'
3030 working-directory : api
3131
32- - uses : actions/checkout@v4.1.6
32+ - uses : actions/checkout@v6.0.1
3333 with :
3434 path : ui
3535
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3.5.3
14+ uses : actions/checkout@v6.0.1
1515 - name : Docker meta
1616 id : docker_meta
1717 uses : crazy-max/ghaction-docker-meta@v5.7.0
@@ -56,13 +56,13 @@ jobs:
5656 labels : ${{ steps.docker_meta.outputs.labels }}
5757 - name : Check out `wmde/wbaas-deploy` repository in staging child directory
5858 if : github.event_name != 'pull_request'
59- uses : actions/checkout@v3.5.3
59+ uses : actions/checkout@v6.0.1
6060 with :
6161 repository : wmde/wbaas-deploy
6262 path : ./repos/wbaas-deploy-staging
6363 - name : Check out `wmde/wbaas-deploy` repository in production child directory
6464 if : github.event_name != 'pull_request'
65- uses : actions/checkout@v3.5.3
65+ uses : actions/checkout@v6.0.1
6666 with :
6767 repository : wmde/wbaas-deploy
6868 path : ./repos/wbaas-deploy-production
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout
14- uses : actions/checkout@v3.5.3
14+ uses : actions/checkout@v6.0.1
1515 - name : lint
1616 uses : hadolint/hadolint-action@v3.1.0
1717 with :
Original file line number Diff line number Diff line change 9393 console.log('Combined: ' + combined);
9494 return combined
9595 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
96- - uses : actions/checkout@v3.5.3
96+ - uses : actions/checkout@v6.0.1
9797 with :
9898 fetch-depth : 0
9999 token : ${{ secrets.GH_TOKEN_PLUSW }}
Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010
11- - uses : actions/checkout@v3.5.3
11+ - uses : actions/checkout@v6.0.1
1212
1313 - uses : c-py/action-dotenv-to-setenv@v4
1414 with :
4242 runs-on : ubuntu-latest
4343 steps :
4444
45- - uses : actions/checkout@v3.5.3
45+ - uses : actions/checkout@v6.0.1
4646
4747 - uses : c-py/action-dotenv-to-setenv@v4
4848 with :
Original file line number Diff line number Diff line change 1919 node-version : [22]
2020
2121 steps :
22- - uses : actions/checkout@v3.5.3
22+ - uses : actions/checkout@v6.0.1
2323 - name : Use Node.js ${{ matrix.node-version }}
2424 uses : actions/setup-node@v4.0.3
2525 with :
You can’t perform that action at this time.
0 commit comments