Skip to content

Commit 86a0bfe

Browse files
authored
Merge pull request #7 from HanashiDev/dependabot/github_actions/main/actions/checkout-4.0.0
Bump actions/checkout from 2.4.2 to 4.0.0
2 parents 9580489 + 9694b95 commit 86a0bfe

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/codestyle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: PHP
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: actions/checkout@v3
11+
- uses: actions/checkout@v4.0.0
1212
- name: Setup PHP with tools
1313
uses: shivammathur/setup-php@v2
1414
with:

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
uses: shivammathur/setup-php@v2
2020
with:
2121
php-version: ${{ matrix.php }}
22-
- uses: actions/checkout@v3
22+
- uses: actions/checkout@v4.0.0
2323
- run: echo "::add-matcher::.github/php-syntax.json"
2424
- run: |
2525
! find . -type f -name '*.php' -exec php -l '{}' \; 2>&1 |grep -v '^No syntax errors detected'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313

1414
steps:
15-
- uses: actions/checkout@v2.4.2
15+
- uses: actions/checkout@v4.0.0
1616

1717
- uses: actions/setup-node@v3.8.1
1818
with:

0 commit comments

Comments
 (0)