Skip to content

Commit c068923

Browse files
authored
Merge pull request #10
* Update GitHub Actions to use latest action versions
1 parent 6242590 commit c068923

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
steps:
88
# check out the repository
99
- name: Checkout
10-
uses: actions/checkout@v3
10+
uses: actions/checkout@v4
1111
- name: Test dummy extension
1212
uses: ./ # Uses an action in the root directory
1313
id: extension-test
@@ -22,7 +22,7 @@ jobs:
2222
steps:
2323
# check out the repository
2424
- name: Checkout
25-
uses: actions/checkout@v3
25+
uses: actions/checkout@v4
2626
- name: Test dummy extension
2727
uses: ./ # Uses an action in the root directory
2828
id: extension-test

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ runs:
4040
PHP_EXTENSIONS: ${{ inputs.use_mysql && 'mbstring, intl, mysqli' || 'mbstring, intl' }}
4141

4242
- name: Add Composer cache
43-
uses: actions/cache@v2
43+
uses: actions/cache@v4
4444
with:
4545
path: ~/.composer/cache
4646
key: composer-php${{ inputs.php }}

0 commit comments

Comments
 (0)