Skip to content

Commit

Permalink
Merge pull request #1539 from sabre-io/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4

chore(deps): bump actions/cache from 3 to 4
  • Loading branch information
phil-davis committed Feb 2, 2024
2 parents 0f1f3fb + 97129a9 commit da8c1f2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -30,7 +30,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT

- name: Cache composer dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ steps.composer-cache.outputs.dir }}
# Use composer.json for key, if composer.lock is not committed.
Expand Down

0 comments on commit da8c1f2

Please sign in to comment.