Skip to content

Commit

Permalink
[dependabot][ghaction] - (deps): Bump the all-actions group with 3 up…
Browse files Browse the repository at this point in the history
…dates

Bumps the all-actions group with 3 updates: [actions/checkout](https://github.com/actions/checkout), [actions/cache](https://github.com/actions/cache) and [actions/dependency-review-action](https://github.com/actions/dependency-review-action).


Updates `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)

Updates `actions/cache` from 3 to 4
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3...v4)

Updates `actions/dependency-review-action` from 1 to 4
- [Release notes](https://github.com/actions/dependency-review-action/releases)
- [Commits](actions/dependency-review-action@v1...v4)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
- dependency-name: actions/dependency-review-action
  dependency-type: direct:production
  update-type: version-update:semver-major
  dependency-group: all-actions
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Mar 29, 2024
1 parent 49cee8b commit ac3e439
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
composer-flag: --prefer-lowest
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Enable coverage
if: ${{ matrix.php-version == '8.2' }}
Expand Down Expand Up @@ -141,7 +141,7 @@ jobs:
name: Static checks
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4

- name: Setup PHP 8.2
uses: shivammathur/setup-php@v2
Expand All @@ -155,7 +155,7 @@ jobs:

- name: Setup cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.composer
Expand All @@ -170,7 +170,7 @@ jobs:

- name: Dependencies check
if: ${{ github.event_name == 'pull_request' }}
uses: actions/dependency-review-action@v1
uses: actions/dependency-review-action@v4

nightly-tests:
name: Nightly - Symfony ${{ matrix.symfony-version }}
Expand All @@ -195,7 +195,7 @@ jobs:

steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Setup PHP ${{ matrix.php-version }}
uses: shivammathur/setup-php@v2
Expand All @@ -209,7 +209,7 @@ jobs:

- name: Setup cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.composer
Expand Down

0 comments on commit ac3e439

Please sign in to comment.