Skip to content

Commit

Permalink
Merge pull request #70 from yii-podium/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.0.0

Bump actions/cache from 3.3.3 to 4.0.0
  • Loading branch information
bizley authored Jan 18, 2024
2 parents cde1b20 + d0bce29 commit 5efebda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
run: echo "::set-output name=dir::$(composer config cache-files-dir)"

- name: Cache composer dependencies
uses: actions/cache@v3.3.3
uses: actions/cache@v4.0.0
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit 5efebda

Please sign in to comment.