Skip to content

Commit 6f63720

Browse files
renovate[bot]aragon999
authored andcommitted
chore(deps): update github-actions dependencies
1 parent 5796e18 commit 6f63720

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
steps:
100100
- name: Create matrix
101101
id: create_matrix
102-
uses: fabiocaccamo/create-matrix-action@v6
102+
uses: fabiocaccamo/create-matrix-action@v7
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.19}

.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@v8
19+
uses: actions/github-script@v9
2020
with:
2121
github-token: ${{ secrets.GITHUB_TOKEN }}
2222
script: |

0 commit comments

Comments
 (0)