Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#1200)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Oct 10, 2023
1 parent 722fc19 commit 9912a35
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/component.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
name: PHP ${{ matrix.php-version }} / ${{ matrix.component }}

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Use PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: 'Checkout Repository'
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: 'Dependency Review'
uses: actions/dependency-review-action@v3
6 changes: 3 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
deps: ['low', 'high']
name: PHP ${{ matrix.php-version }} (${{ matrix.deps }})
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
Expand All @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest
name: PHPStan
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use PHP 8.2
uses: shivammathur/setup-php@v2
with:
Expand All @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-latest
name: PHP CS Fixer
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use PHP 8.2
uses: shivammathur/setup-php@v2
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/provider.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:
- TomTom
- Yandex
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Use PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/subtree.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
name: Subtree for Common
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -33,7 +33,7 @@ jobs:
name: Subtree for Http
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand All @@ -47,7 +47,7 @@ jobs:
name: Subtree for Plugin
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down Expand Up @@ -101,7 +101,7 @@ jobs:
- { folder: TomTom, repository: tomtom-provider }
- { folder: Yandex, repository: yandex-provider }
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
token: ${{ secrets.SUBTREE_GITHUB_TOKEN }}
fetch-depth: 0
Expand Down

0 comments on commit 9912a35

Please sign in to comment.