Skip to content

Commit a0c3147

Browse files
authored
Merge pull request #19 from clearlyip/dependabot/github_actions/actions-51fe9b4d58
2 parents adb7c0c + affe800 commit a0c3147

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/dependency-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: 'Checkout Repository'
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: 'Dependency Review'
2020
uses: actions/dependency-review-action@v4

.github/workflows/phpmd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,10 @@ jobs:
3838

3939
steps:
4040
- name: Checkout code
41-
uses: actions/checkout@v4
41+
uses: actions/checkout@v5
4242

4343
- name: Setup PHP
44-
uses: shivammathur/setup-php@0f7f1d08e3e32076e51cae65eb0b0c871405b16e
44+
uses: shivammathur/setup-php@20529878ed81ef8e78ddf08b480401e6101a850f
4545
with:
4646
coverage: none
4747
tools: phpmd

0 commit comments

Comments
 (0)