Skip to content

Commit 4a2a38e

Browse files
chore(deps): update all non-major github actions with stable version
1 parent b52a365 commit 4a2a38e

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/actions/setup-pnpm-with-dependencies/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ runs:
4949
5050
- name: Dependency Cache
5151
id: dependency-cache
52-
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4.2.0
52+
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
5353
with:
5454
path: '**/node_modules'
5555
key: ${{ steps.node-version.outputs.package-manager-version }}-${{ steps.node-version.outputs.node-version }}-${{ runner.os }}-${{ hashFiles('**/pnpm-lock.yaml') }}

.github/workflows/pr-closed.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1515

1616
- name: Remove preview consumption comment
17-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
17+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
1818
with:
1919
header: pr_preview_consumption
2020
delete: true

.github/workflows/test.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Remove preview consumption comment
2525
if: github.event_name == 'pull_request'
26-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
26+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
2727
with:
2828
header: pr_preview_consumption
2929
delete: true
@@ -89,7 +89,7 @@ jobs:
8989
9090
- name: Provide preview link info
9191
if: ${{ steps.package-preview.outputs.npm_instructions != '' }}
92-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
92+
uses: marocchino/sticky-pull-request-comment@67d0dec7b07ed060a405f9b2a64b8ab319fdd7db # v2.9.2
9393
with:
9494
header: pr_preview_consumption
9595
message: |

0 commit comments

Comments
 (0)