Skip to content

Commit 95508ce

Browse files
committed
chore: fix composer.lock
1 parent edeb618 commit 95508ce

File tree

5 files changed

+3
-34
lines changed

5 files changed

+3
-34
lines changed

.github/workflows/apply-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ name: 🏷️ Add labels
1414

1515
jobs:
1616
label:
17-
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@master
17+
uses: wayofdev/gh-actions/.github/workflows/apply-labels.yml@v3.1.0
1818
with:
1919
os: ubuntu-latest
2020
secrets:

.github/workflows/create-arch-diagram.yml

Lines changed: 0 additions & 29 deletions
This file was deleted.

.github/workflows/shellcheck.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions:
1010

1111
jobs:
1212
shellcheck:
13-
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@master
13+
uses: wayofdev/gh-actions/.github/workflows/shellcheck.yml@v3.1.0
1414
with:
1515
os: ubuntu-latest
1616
severity: warning

composer.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docker-compose.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22

3-
version: '3.9'
4-
53
services:
64
app:
75
image: wayofdev/php-dev:8.3-cli-alpine-latest

0 commit comments

Comments
 (0)