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 (#36)

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] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Mar 28, 2024
1 parent e438f2a commit a27a430
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- php-version: '8.2'
steps:
- name: Check out code
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Enable coverage
if: ${{ matrix.php-version == '8.2' }}
Expand All @@ -56,7 +56,7 @@ jobs:

- name: Setup cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.composer
Expand Down Expand Up @@ -112,7 +112,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 @@ -126,7 +126,7 @@ jobs:

- name: Setup cache
id: cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.composer
Expand All @@ -141,7 +141,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 - PHP ${{ matrix.php-version }}
Expand All @@ -159,7 +159,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 @@ -173,7 +173,7 @@ jobs:

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

0 comments on commit a27a430

Please sign in to comment.