Skip to content

Commit d96e8ba

Browse files
chore(deps): update non-major github actions with stable versions
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 92f498c commit d96e8ba

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ runs:
5050
5151
- name: Dependency Cache
5252
id: dependency-cache
53-
uses: actions/cache@5a3ec84eff668545956fd18022155c47e93e2684 # v4.2.3
53+
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4.2.4
5454
with:
5555
path: '**/node_modules'
5656
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
1313

1414
- name: Remove preview consumption comment
15-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
15+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
1616
with:
1717
header: pr_preview_consumption
1818
delete: true

.github/workflows/publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
steps:
3737
- name: Remove preview consumption comment
3838
if: ${{ github.event_name == 'pull_request' && env.GITHUB_TOKEN != '' }}
39-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
39+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
4040
with:
4141
header: pr_preview_consumption
4242
delete: true
@@ -119,7 +119,7 @@ jobs:
119119
120120
- name: Provide preview link info
121121
if: ${{ steps.package-preview.outputs.npm_instructions != '' && env.GITHUB_TOKEN != '' }}
122-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
122+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
123123
with:
124124
header: pr_preview_consumption
125125
message: |
@@ -134,7 +134,7 @@ jobs:
134134

135135
- name: Semantic Release
136136
if: github.event_name == 'push'
137-
uses: cycjimmy/semantic-release-action@0a51e81a6baff2acad3ee88f4121c589c73d0f0e # v4.2.0
137+
uses: cycjimmy/semantic-release-action@16ca923e6ccbb50770c415a0ccd43709a8c5f7a4 # v4.2.2
138138
env:
139139
# Since branch protections are on (pushing commits) you need to use a bot PAT
140140
GITHUB_TOKEN: ${{ secrets.KONGPONENTS_BOT_PAT }}

0 commit comments

Comments
 (0)