Skip to content

Commit f1a0fbd

Browse files
Merge pull request #38 from imponeer/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 3b0e078 + 44bf606 commit f1a0fbd

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
@@ -33,7 +33,7 @@ jobs:
3333
ini-values: memory_limit=512M
3434
tools: composer:v2
3535
- name: Checkout
36-
uses: actions/checkout@v3
36+
uses: actions/checkout@v4
3737
- name: Composer install without dev
3838
run: composer install --no-progress --no-dev --prefer-dist --optimize-autoloader
3939
- name: Composer install with dev

.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@v3
15+
uses: actions/checkout@v4
1616
- name: Updating Project Wiki...
1717
uses: impresscms-dev/[email protected]
1818
with:

0 commit comments

Comments
 (0)