Skip to content

Commit a83c61d

Browse files
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@08c6903...93cb6ef) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c810a8a commit a83c61d

File tree

4 files changed

+12
-12
lines changed

4 files changed

+12
-12
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -14,20 +14,20 @@ jobs:
1414
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
1515
with:
1616
go-version: ${{ matrix.go-version }}
17-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1818
- run: go build ./...
1919
test:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
2323
with:
2424
check-latest: true
25-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
25+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2626
- run: go test ./...
2727
node_test:
2828
runs-on: ubuntu-latest
2929
steps:
30-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
30+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
3131
- uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6
3232
with:
3333
node-version: 10
@@ -44,7 +44,7 @@ jobs:
4444
image: ghcr.io/grpc-ecosystem/grpc-gateway/build-env:latest
4545
runs-on: ubuntu-latest
4646
steps:
47-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
47+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
4848
# Required with newer versions of Git
4949
# https://github.com/actions/checkout/issues/766
5050
- run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
@@ -58,7 +58,7 @@ jobs:
5858
image: ghcr.io/grpc-ecosystem/grpc-gateway/build-env:latest
5959
runs-on: ubuntu-latest
6060
steps:
61-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
61+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
6262
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
6363
with:
6464
path: /home/vscode/.cache/_grpc_gateway_bazel
@@ -91,7 +91,7 @@ jobs:
9191
gorelease:
9292
runs-on: ubuntu-latest
9393
steps:
94-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
94+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
9595
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
9696
with:
9797
go-version: 1.25
@@ -100,7 +100,7 @@ jobs:
100100
proto_lint:
101101
runs-on: ubuntu-latest
102102
steps:
103-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
103+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
104104
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
105105
with:
106106
check-latest: true
@@ -112,7 +112,7 @@ jobs:
112112
lint:
113113
runs-on: ubuntu-latest
114114
steps:
115-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
115+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
116116
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6
117117
with:
118118
go-version: 1.25

.github/workflows/devcontainer.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
rebuild:
1313
runs-on: ubuntu-latest
1414
steps:
15-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
15+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1616
- name: Login to GitHub Container Registry
1717
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3
1818
with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
permissions:
1818
contents: write
1919
steps:
20-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
20+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
2121
with:
2222
fetch-depth: 0
2323
- uses: actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6

.github/workflows/renovate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
image: ghcr.io/grpc-ecosystem/grpc-gateway/build-env:latest
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
14+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
1515
with:
1616
fetch-depth: 0
1717
token: ${{ secrets.GH_PUSH_TOKEN }}
@@ -52,7 +52,7 @@ jobs:
5252
# git conflicts
5353
- update_repositoriesbzl
5454
steps:
55-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
55+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5656
with:
5757
fetch-depth: 0
5858
token: ${{ secrets.GH_PUSH_TOKEN }}

0 commit comments

Comments
 (0)