We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9a998d0 + 9a65579 commit cb03fe0Copy full SHA for cb03fe0
1 file changed
.github/workflows/cache.yml
@@ -19,16 +19,16 @@ jobs:
19
runs-on: ubuntu-latest
20
steps:
21
- name: Set up Docker Buildx
22
- uses: docker/setup-buildx-action@v2
+ uses: docker/setup-buildx-action@v4
23
24
- name: Log in to registry
25
shell: bash
26
run: echo "${{ secrets.GITHUB_TOKEN }}" | docker login ghcr.io -u $ --password-stdin
27
28
- name: setup-castor
29
- uses: castor-php/setup-castor@v0.1.0
+ uses: castor-php/setup-castor@v1.0.0
30
31
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
32
33
34
- name: "Build and start the infrastructure"
0 commit comments