Skip to content

Commit

Permalink
Bump shivammathur/cache-extensions from 1.11.0 to 1.11.1
Browse files Browse the repository at this point in the history
Bumps [shivammathur/cache-extensions](https://github.com/shivammathur/cache-extensions) from 1.11.0 to 1.11.1.
- [Release notes](https://github.com/shivammathur/cache-extensions/releases)
- [Commits](shivammathur/cache-extensions@1.11.0...1.11.1)

---
updated-dependencies:
- dependency-name: shivammathur/cache-extensions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Sep 23, 2024
1 parent 97ecf63 commit 0c436d2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

- name: "Setup PHP cache environment"
id: "extcache"
uses: "shivammathur/cache-extensions@1.11.0"
uses: "shivammathur/cache-extensions@1.11.1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:

- name: "Setup PHP cache environment"
id: "extcache"
uses: "shivammathur/cache-extensions@1.11.0"
uses: "shivammathur/cache-extensions@1.11.1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
Expand Down Expand Up @@ -158,7 +158,7 @@ jobs:

- name: "Setup PHP cache environment"
id: "extcache"
uses: "shivammathur/cache-extensions@1.11.0"
uses: "shivammathur/cache-extensions@1.11.1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
Expand Down Expand Up @@ -219,7 +219,7 @@ jobs:

- name: "Setup PHP cache environment"
id: "extcache"
uses: "shivammathur/cache-extensions@1.11.0"
uses: "shivammathur/cache-extensions@1.11.1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
Expand Down

0 comments on commit 0c436d2

Please sign in to comment.