We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b0e078 + 44bf606 commit f1a0fbdCopy full SHA for f1a0fbd
.github/workflows/on-pull-request.yml
@@ -33,7 +33,7 @@ jobs:
33
ini-values: memory_limit=512M
34
tools: composer:v2
35
- name: Checkout
36
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
37
- name: Composer install without dev
38
run: composer install --no-progress --no-dev --prefer-dist --optimize-autoloader
39
- name: Composer install with dev
.github/workflows/update-wiki.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
steps:
14
- name: Checkouting main code...
15
16
- name: Updating Project Wiki...
17
uses: impresscms-dev/[email protected]
18
with:
0 commit comments