Skip to content

Commit 130bfff

Browse files
authored
Update release.yml
Fix outdated github steps.
1 parent d617edd commit 130bfff

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,28 +36,28 @@ jobs:
3636
- { tag: '3.x', php: '8.3', distro: bookworm, imagick_version_from_src: 28f27044e435a2b203e32675e942eb8de620ee58, version-override: "v3-dev", latest-tag: false }
3737

3838
steps:
39-
- uses: actions/checkout@v3
39+
- uses: actions/checkout@v4
4040
with:
4141
ref: ${{ matrix.tag }}
4242

4343
- name: Login to DockerHub Registry
4444
run: echo ${{ secrets.DOCKERHUB_PASSWORD }} | docker login -u ${{ secrets.DOCKERHUB_USERNAME }} --password-stdin
4545

4646
- name: Cache Docker layers
47-
uses: actions/cache@v3
47+
uses: actions/cache@v4
4848
with:
4949
path: /tmp/.buildx-cache
5050
key: ${{ runner.os }}-buildx-${{ matrix.php }}-${{ matrix.distro }}-${{ matrix.tag }}
5151
restore-keys: |
5252
${{ runner.os }}-buildx-${{ matrix.php }}-${{ matrix.distro }}-${{ matrix.tag }}-
5353
5454
- name: Set up QEMU
55-
uses: docker/setup-qemu-action@v2
55+
uses: docker/setup-qemu-action@v3
5656
with:
5757
platforms: 'amd64,arm64'
5858

5959
- name: Set up Buildx
60-
uses: docker/setup-buildx-action@v2
60+
uses: docker/setup-buildx-action@v3
6161

6262
- name: Configure and build images
6363
id: vars

0 commit comments

Comments
 (0)