Skip to content

Commit

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

Bump actions/cache from 4.0.0 to 4.0.1
  • Loading branch information
bizley committed Mar 1, 2024
2 parents 5efebda + d071229 commit b543681
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@v4.0.0
uses: actions/cache@v4.0.1
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@v4.0.0
uses: actions/cache@v4.0.1
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit b543681

Please sign in to comment.