Skip to content

Commit 4c901de

Browse files
committed
chore(all): update deps
1 parent 5224510 commit 4c901de

5 files changed

Lines changed: 7 additions & 7 deletions

File tree

.bazelversion

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.7.0
1+
9.1.1

.github/workflows/bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
contents: read
3232
actions: write
3333
steps:
34-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
34+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
3535
with:
3636
submodules: recursive
3737
persist-credentials: false

.github/workflows/go.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
env:
3333
GOTOOLCHAIN: "go${{ matrix.go }}"
3434
steps:
35-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
35+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3636
with:
3737
persist-credentials: false
3838
- name: Set up Go ${{ matrix.go }}
@@ -46,7 +46,7 @@ jobs:
4646
permissions:
4747
contents: read
4848
steps:
49-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
49+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
5050
with:
5151
persist-credentials: false
5252
- name: Set up Go
@@ -66,7 +66,7 @@ jobs:
6666
permissions:
6767
contents: read
6868
steps:
69-
- uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
69+
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
7070
with:
7171
persist-credentials: false
7272
- name: Install Go

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
statuses: write
3838
steps:
3939
- name: Checkout Code
40-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3
40+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
4141
with:
4242
fetch-depth: 0
4343
persist-credentials: false

.github/workflows/typo.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
contents: read
2929
steps:
3030
- name: Checkout Code
31-
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6
31+
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
3232
with:
3333
fetch-depth: 0
3434
persist-credentials: false

0 commit comments

Comments
 (0)