Skip to content

Commit 2771952

Browse files
Bump actions/checkout from 5.0.1 to 6.0.0 (#1450)
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.1 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](actions/checkout@v5.0.1...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6932141 commit 2771952

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
packages: read
3737
runs-on: ubuntu-22.04
3838
steps:
39-
- uses: actions/checkout@v5.0.1
39+
- uses: actions/checkout@v6.0.0
4040
- name: Configure repo Bazel settings
4141
run: |
4242
echo "build:remote-envoy-engflow --config=bes-envoy-engflow" > repo.bazelrc

0 commit comments

Comments
 (0)