Skip to content

Commit 74122c1

Browse files
Update github-actions
1 parent d811dfd commit 74122c1

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
GHA_LIBWEBP_CACHE_HIT: ${{ steps.cache-libwebp.outputs.cache-hit }}
8989

9090
- name: Run CodSpeed benchmarks
91-
uses: CodSpeedHQ/action@9c498abf90f466ace8338cd5505d6ab277e1f9a3 # v4.19.0
91+
uses: CodSpeedHQ/action@f22792bfac16f3e14eb9fbea76f4a48e9cc22b93 # v4.19.1
9292
with:
9393
mode: simulation
9494
run: |

.github/workflows/stale.yml

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

2626
steps:
2727
- name: "Check issues"
28-
uses: actions/stale@1e223db275d687790206a7acac4d1a11bd6fe629 # v10.4.0
28+
uses: actions/stale@4391f3da665fdf50b6810c1a66712fb9ba21aa93 # v11
2929
with:
3030
repo-token: ${{ secrets.GITHUB_TOKEN }}
3131
only-labels: "Awaiting OP Action"

0 commit comments

Comments
 (0)