Skip to content

Commit

Permalink
Merge pull request #1203 from lexik/dependabot/github_actions/depende…
Browse files Browse the repository at this point in the history
…ncies-69b2579018

Bump the dependencies group with 2 updates
  • Loading branch information
chalasr authored Mar 24, 2024
2 parents aa4b204 + 8bd6e67 commit 0f384f0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,12 +29,12 @@ jobs:

steps:
- name: "Checkout"
uses: "actions/checkout@v3"
uses: "actions/checkout@v4"
with:
fetch-depth: 2

- name: "Cache Composer packages"
uses: "actions/cache@v3"
uses: "actions/cache@v4"
with:
path: "~/.composer/cache"
key: "php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/web-token-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
fetch-depth: 2

- name: "Cache Composer packages"
uses: "actions/cache@v3"
uses: "actions/cache@v4"
with:
path: "~/.composer/cache"
key: "php-${{ matrix.php }}-symfony-${{ matrix.symfony }}-composer-${{ hashFiles('composer.json') }}-flags-${{ matrix.composer-flags }}"
Expand Down

0 comments on commit 0f384f0

Please sign in to comment.