Skip to content

Commit 9a998d0

Browse files
authored
Merge pull request #394 from jolicode/gha-versions
Update Github Action versions
2 parents 73e49d4 + 84dc786 commit 9a998d0

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ci.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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"

0 commit comments

Comments
 (0)