Skip to content

Commit e2068f6

Browse files
Merge pull request #39 from imponeer/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents f039b3b + 4ac64f7 commit e2068f6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
name: Test - php:${{ matrix.php }}; composer:${{ matrix.composer }}
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v5
2323
- name: Install PHP
2424
uses: shivammathur/setup-php@v2
2525
with:

.github/workflows/update-wiki.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- name: Checkouting main code...
15-
uses: actions/checkout@v4
15+
uses: actions/checkout@v5
1616
- name: Updating Project Wiki...
1717
uses: impresscms-dev/phpdocs-wiki-update-action@v2.2
1818
with:

0 commit comments

Comments
 (0)