Skip to content

Commit 8786d5b

Browse files
committed
chore(all): update deps
1 parent 84a3eae commit 8786d5b

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/bazel.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,12 +17,12 @@ jobs:
1717
contents: read
1818
actions: write
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
2121
with:
2222
submodules: recursive
2323
persist-credentials: false
2424
- name: Mount bazel cache
25-
uses: actions/cache@0400d5f644dc74513175e3cd8d07132dd4860809 # v4
25+
uses: actions/cache@a7833574556fa59680c1b7cb190c1735db73ebf0 # v5
2626
with:
2727
path: "~/.cache/bazel"
2828
key: bazel-${{ runner.os }}-build-${{ hashFiles('**/*.bzl', '**/*.bazel') }}

.github/workflows/linter.yml

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

3636
steps:
3737
- name: Checkout Code
38-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
38+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3939
with:
4040
fetch-depth: 0
4141
persist-credentials: false

.github/workflows/typo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
contents: read
3030
steps:
3131
- name: Checkout Code
32-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
32+
uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
3333
with:
3434
fetch-depth: 0
3535
persist-credentials: false

0 commit comments

Comments
 (0)