Skip to content

Commit 8695d7f

Browse files
committed
build: update all non-major dependencies
1 parent a566262 commit 8695d7f

File tree

16 files changed

+3310
-2036
lines changed

16 files changed

+3310
-2036
lines changed

.github/local-actions/branch-manager/main.js

Lines changed: 253 additions & 155 deletions
Large diffs are not rendered by default.

.github/local-actions/changelog/main.js

Lines changed: 253 additions & 155 deletions
Large diffs are not rendered by default.

.github/local-actions/labels-sync/main.js

Lines changed: 253 additions & 155 deletions
Large diffs are not rendered by default.

.github/local-actions/lock-closed/main.js

Lines changed: 253 additions & 155 deletions
Large diffs are not rendered by default.

github-actions/bazel/setup/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ runs:
1313
using: composite
1414
steps:
1515
- name: Configure action caching for bazel version downloaded by bazelisk
16-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
16+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
1717
with:
1818
path: |
1919
~/.cache/bazelisk
@@ -27,7 +27,7 @@ runs:
2727
shell: bash
2828

2929
- name: Configure action caching for bazel repository cache
30-
uses: actions/cache@2cdf405574d6ef1f33a1d12acccd3ae82f47b3f2 # v4.1.0
30+
uses: actions/cache@3624ceb22c1c5a301c8db4169662070a689d9ea8 # v4.1.1
3131
with:
3232
# Note: Bazel repository cache is located in system locations and cannot use
3333
# a shared cache between different runner operating systems.

0 commit comments

Comments
 (0)