We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f039b3b + 4ac64f7 commit e2068f6Copy full SHA for e2068f6
.github/workflows/on_pull_request.yml
@@ -19,7 +19,7 @@ jobs:
19
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
20
steps:
21
- name: Checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
- name: Install PHP
24
uses: shivammathur/setup-php@v2
25
with:
.github/workflows/update-wiki.yml
@@ -12,7 +12,7 @@ jobs:
12
runs-on: ubuntu-latest
13
14
- name: Checkouting main code...
15
16
- name: Updating Project Wiki...
17
uses: impresscms-dev/phpdocs-wiki-update-action@v2.2
18
0 commit comments