Skip to content

Commit 730afb9

Browse files
chore(deps): bump actions/cache from 5.0.2 to 5.0.3 in the github-actions group (#1251)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 1f7edf1 commit 730afb9

3 files changed

Lines changed: 7 additions & 7 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
id: pnpm-cache
2727
shell: bash
2828
run: echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
29-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
29+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3030
with:
3131
path: ${{ steps.pnpm-cache.outputs.store }}
3232
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -35,7 +35,7 @@ jobs:
3535
3636
- run: pnpm install --frozen-lockfile
3737
- run: pnpm build
38-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
38+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3939
with:
4040
path: ./cache
4141
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
@@ -45,14 +45,14 @@ jobs:
4545
env:
4646
GITHUB_ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
NPM_TYPES_TOKEN: ${{ secrets.NPM_TYPES_TOKEN }}
48-
- uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
48+
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4949
if: always()
5050
with:
5151
path: ./cache
5252
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt }}
5353

5454
- run: pnpm store prune
55-
- uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
55+
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
5656
with:
5757
path: ${{ steps.pnpm-cache.outputs.store }}
5858
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}

.github/workflows/publish-registry.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: pnpm config set store-dir $PNPM_CACHE_FOLDER
2424
- run: pnpm install --frozen-lockfile
2525
- run: pnpm build
26-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
26+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
2727
with:
2828
path: ./cache
2929
key: pacote-cache-${{ github.run_id }}-${{ github.run_attempt}}
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
3737
with:
3838
path: packages/definitions-parser/data/
39-
- uses: actions/cache/save@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
39+
- uses: actions/cache/save@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
4040
if: always()
4141
with:
4242
path: ./cache

.github/workflows/update-ts-version-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
id: pnpm-cache
3434
shell: bash
3535
run: echo "store=$(pnpm store path)" >> $GITHUB_OUTPUT
36-
- uses: actions/cache/restore@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5.0.2
36+
- uses: actions/cache/restore@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
3737
with:
3838
path: ${{ steps.pnpm-cache.outputs.store }}
3939
key: ${{ runner.os }}-pnpm-store-cache-${{ github.run_id }}-${{ github.run_attempt }}

0 commit comments

Comments
 (0)