Skip to content

Commit 9694b95

Browse files
Bump actions/checkout from 2.4.2 to 4.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 2.4.2 to 4.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2.4.2...v4.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 1c68205 commit 9694b95

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.5.0
1818
with:

0 commit comments

Comments
 (0)