Skip to content

Commit dd41231

Browse files
chore(deps): Update github-actions dependencies (#44)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bde5190 commit dd41231

2 files changed

Lines changed: 10 additions & 10 deletions

File tree

.github/workflows/build-docker-images.yaml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -30,13 +30,13 @@ jobs:
3030

3131
steps:
3232
- name: Clone
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434

3535
- name: Set up Docker Buildx
36-
uses: docker/setup-buildx-action@v3
36+
uses: docker/setup-buildx-action@v4
3737

3838
- name: Build docker image
39-
uses: docker/build-push-action@v5
39+
uses: docker/build-push-action@v7
4040
with:
4141
build-args: |
4242
PHP_VERSION=${{ matrix.php-version }}
@@ -79,7 +79,7 @@ jobs:
7979
echo "push=1" >> $GITHUB_OUTPUT
8080
8181
- name: Login to GitHub Docker Registry
82-
uses: docker/login-action@v3
82+
uses: docker/login-action@v4
8383
if: ${{ steps.check-push.outputs.push }}
8484
with:
8585
registry: ghcr.io
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- name: Create matrix
101101
id: create_matrix
102-
uses: fabiocaccamo/create-matrix-action@v5
102+
uses: fabiocaccamo/create-matrix-action@v6
103103
with:
104104
matrix: |
105105
flavour {alpine, debian} php-version {8.1}, template {https://github.com/shopware/shopware}, shopware-version {6.5.x, v6.5.0.0, v6.5.1.1, v6.5.2.1, v6.5.3.3, v6.5.4.1, v6.5.5.2, v6.5.6.1, v6.5.7.4, v6.5.8.18}
@@ -122,7 +122,7 @@ jobs:
122122

123123
steps:
124124
- name: Clone
125-
uses: actions/checkout@v4
125+
uses: actions/checkout@v6
126126

127127
- name: Get Tag
128128
id: get-docker-tag
@@ -147,10 +147,10 @@ jobs:
147147
echo "tag=${tag}" >> $GITHUB_OUTPUT
148148
149149
- name: Set up Docker Buildx
150-
uses: docker/setup-buildx-action@v3
150+
uses: docker/setup-buildx-action@v4
151151

152152
- name: Build docker image
153-
uses: docker/build-push-action@v5
153+
uses: docker/build-push-action@v7
154154
with:
155155
build-args: |
156156
SHOPWARE_VERSION=${{ matrix.shopware-version }}
@@ -194,7 +194,7 @@ jobs:
194194
echo "push=1" >> $GITHUB_OUTPUT
195195
196196
- name: Login to GitHub Docker Registry
197-
uses: docker/login-action@v3
197+
uses: docker/login-action@v4
198198
if: ${{ steps.check-push.outputs.push }}
199199
with:
200200
registry: ghcr.io

.github/workflows/delete-unused-packages.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Delete untagged images of ${{ matrix.package-name }}
19-
uses: actions/github-script@v7
19+
uses: actions/github-script@v8
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)