File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
2424 runs-on : ubuntu-latest
2525 steps :
2626 - name : Checkout
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Check php/Dockerfile
30- uses : hadolint/hadolint-action@v3.1 .0
30+ uses : hadolint/hadolint-action@v3.3 .0
3131 with :
3232 dockerfile : infrastructure/docker/services/php/Dockerfile
3333
@@ -42,16 +42,16 @@ jobs:
4242 DS_PHP_VERSION : ${{ matrix.php-version }}
4343 steps :
4444 - name : Set up Docker Buildx
45- uses : docker/setup-buildx-action@v2
45+ uses : docker/setup-buildx-action@v4
4646
4747 - name : Log in to registry
4848 shell : bash
4949 run : echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
5050
5151 - name : setup-castor
52- uses : castor-php/setup-castor@v0.1 .0
52+ uses : castor-php/setup-castor@v1.0 .0
5353
54- - uses : actions/checkout@v5
54+ - uses : actions/checkout@v6
5555
5656 - name : " Build and start the infrastructure"
5757 run : " castor start"
You can’t perform that action at this time.
0 commit comments