Skip to content

Commit

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

Bump actions/cache from 3.3.2 to 3.3.3
  • Loading branch information
bizley committed Jan 12, 2024
2 parents 6feb4d0 + 47f69e3 commit cde1b20
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.2
uses: actions/cache@v3.3.3
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.2
uses: actions/cache@v3.3.3
with:
path: ${{ steps.composer-cache.outputs.dir }}
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.json') }}
Expand Down

0 comments on commit cde1b20

Please sign in to comment.