Skip to content

Commit ff26c83

Browse files
Bump actions/checkout in the actions-updates group (#1)
Bumps the actions-updates group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `actions/checkout` from 6b42224f41ee5dfe5395e27c8b2746f1f9955030 to 71cf2267d89c5cb81562390fa70a37fa40b1305e - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@6b42224...71cf226) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 71cf2267d89c5cb81562390fa70a37fa40b1305e dependency-type: direct:production dependency-group: actions-updates ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent efddca2 commit ff26c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/buf-ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
buf:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@6b42224f41ee5dfe5395e27c8b2746f1f9955030 # v4.2.0
14+
- uses: actions/checkout@71cf2267d89c5cb81562390fa70a37fa40b1305e # v4.2.0
1515
- uses: bufbuild/buf-action@8f4a1456a0ab6a1eb80ba68e53832e6fcfacc16c # v1.3.0
1616
with:
1717
# Publishing schema changes to the BSR requires a BSR authentication token.

0 commit comments

Comments
 (0)