Skip to content

Commit ebbaca6

Browse files
chore(deps): bump actions/checkout from 4 to 6 (#222)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ramses Sanchez-Hernandez <63934382+ramsessanchez@users.noreply.github.com>
1 parent 73801b0 commit ebbaca6

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/pr-validation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
matrix:
2121
php-versions: ['8.2', '8.3', '8.4']
2222
steps:
23-
- uses: actions/checkout@v4.2.2
23+
- uses: actions/checkout@v6
2424
- name: Setup PHP
2525
uses: shivammathur/setup-php@v2
2626
with:
@@ -41,7 +41,7 @@ jobs:
4141
code-coverage:
4242
runs-on: ubuntu-latest
4343
steps:
44-
- uses: actions/checkout@v4.2.2
44+
- uses: actions/checkout@v6
4545
- name: Setup PHP and Xdebug for Code Coverage report
4646
uses: shivammathur/setup-php@v2
4747
with:

.github/workflows/release-please-gha.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
release:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323

2424
- name: Generate GitHub App token
2525
id: app-token

.github/workflows/update-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
run-php-documentor:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4.2.2
18+
- uses: actions/checkout@v6
1919
with:
2020
ref: ${{ github.ref }}
2121

0 commit comments

Comments
 (0)