Skip to content

Commit

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

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and kodiakhq[bot] committed Mar 18, 2024
1 parent 2a7602f commit 9f70e5d
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/[email protected].0"
uses: "shivammathur/[email protected].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/[email protected].0"
uses: "shivammathur/[email protected].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/[email protected].0"
uses: "shivammathur/[email protected].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/[email protected].0"
uses: "shivammathur/[email protected].1"
with:
php-version: "${{ matrix.php-version }}"
extensions: "${{ env.extensions }}"
Expand Down

0 comments on commit 9f70e5d

Please sign in to comment.