Skip to content

Commit cb03fe0

Browse files
authored
Merge pull request #395 from jolicode/gha-versions
Update GitHub Actions versions
2 parents 9a998d0 + 9a65579 commit cb03fe0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cache.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,16 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Set up Docker Buildx
22-
uses: docker/setup-buildx-action@v2
22+
uses: docker/setup-buildx-action@v4
2323

2424
- name: Log in to registry
2525
shell: bash
2626
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
2727

2828
- name: setup-castor
29-
uses: castor-php/setup-castor@v0.1.0
29+
uses: castor-php/setup-castor@v1.0.0
3030

31-
- uses: actions/checkout@v5
31+
- uses: actions/checkout@v6
3232

3333

3434
- name: "Build and start the infrastructure"

0 commit comments

Comments
 (0)