Skip to content

Commit 2274555

Browse files
authored
Rename checkout step in GitHub Actions workflow
Updated the checkout step name for clarity.
1 parent 5b216cc commit 2274555

1 file changed

Lines changed: 1 addition & 4 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,14 +10,11 @@ jobs:
1010
runs-on: ubuntu-latest
1111

1212
steps:
13-
# Download the Algorithms repo
14-
- name: Checkout repo
13+
- name: Checkout Algorithms repo
1514
uses: actions/checkout@v4
1615

1716
- name: Set up Bazel
1817
uses: bazelbuild/setup-bazelisk@v3
19-
with:
20-
bazelisk-version: latest
2118

2219
- name: Bazel version
2320
run: bazel version

0 commit comments

Comments
 (0)