Skip to content

Commit 07cc1fc

Browse files
chore(deps): update actions/cache action to v5.0.3
1 parent af36007 commit 07cc1fc

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/generate-code.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
# Install openapi-generator-cli
3434
- run: echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
35-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
35+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3636
id: openapi-generator-cache
3737
env:
3838
cache-name: openapi-generator-cache

.github/workflows/php-checks.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Install openapi-generator-cli
4747
run: echo "OPENAPI_GENERATOR_VERSION=7.11.0" >> $GITHUB_ENV
48-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
48+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949
id: openapi-generator-cache
5050
env:
5151
cache-name: openapi-generator-cache
@@ -70,7 +70,7 @@ jobs:
7070
run: |
7171
echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
7272
73-
- uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
73+
- uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
7474
with:
7575
path: ${{ steps.composer-cache.outputs.dir }}
7676
key: ${{ runner.os }}-php-${{ matrix.php }}-${{ hashFiles('**/composer.lock') }}

0 commit comments

Comments
 (0)