Skip to content

Commit ae1b0e2

Browse files
Bump actions/checkout from 2 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v2...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 16449f8 commit ae1b0e2

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/pr-check.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
name: Block fixup commits
99

1010
steps:
11-
- uses: actions/checkout@v2
11+
- uses: actions/checkout@v4
1212

1313
- name: Block fixup commit merge
1414
uses: 13rac1/[email protected]

.github/workflows/tests.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: PHP ${{ matrix.php-version }} ${{ matrix.dependencies }}
2121

2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424

2525
- name: Setup PHP
2626
uses: shivammathur/setup-php@v2
@@ -57,7 +57,7 @@ jobs:
5757
name: "Code style and static analysis"
5858
runs-on: ubuntu-latest
5959
steps:
60-
- uses: actions/checkout@v2
60+
- uses: actions/checkout@v4
6161

6262
- name: Setup PHP
6363
uses: shivammathur/setup-php@v2
@@ -79,7 +79,7 @@ jobs:
7979
name: "Markdown link check"
8080
runs-on: ubuntu-latest
8181
steps:
82-
- uses: actions/checkout@v2
82+
- uses: actions/checkout@v4
8383
- uses: gaurav-nelson/github-action-markdown-link-check@v1
8484
with:
8585
use-verbose-mode: 'yes'

0 commit comments

Comments
 (0)