Skip to content

Commit c06a650

Browse files
chore(deps): update github-actions
1 parent efc5f05 commit c06a650

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/actions/preflight/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ runs:
1414
with:
1515
node-version: 22
1616

17-
- uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
17+
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
1818
with:
1919
path: ~/.bun/install/cache
2020
key: bun-${{ runner.os }}-${{ hashFiles('bun.lock') }}

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ jobs:
136136
# workflow's `permissions:` block, so the comment post will fail on
137137
# forks. Don't fail the whole job — the audit gate below still fires.
138138
continue-on-error: true
139-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
139+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
140140
with:
141141
# `header` matches fallow's built-in `<!-- fallow-id: fallow-results -->`
142142
# sentinel so subsequent runs update the same comment.
@@ -145,7 +145,7 @@ jobs:
145145
- name: Remove stale sticky comment (clean run)
146146
if: steps.audit.outputs.exit_code == '0'
147147
continue-on-error: true
148-
uses: marocchino/sticky-pull-request-comment@52423e01640425a022ef5fd42c6fb5f633a02728 # v2.9.1
148+
uses: marocchino/sticky-pull-request-comment@773744901bac0e8cbb5a0dc842800d45e9b2b405 # v2.9.4
149149
with:
150150
header: fallow-results
151151
delete: true

0 commit comments

Comments
 (0)