We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 298c386 commit f8aa2c2Copy full SHA for f8aa2c2
.github/workflows/workflow.yml
@@ -23,7 +23,7 @@ jobs:
23
- run: echo "🐧 Job is running on a ${{ runner.os }} server!"
24
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
25
- name: Check out repository code
26
- uses: actions/checkout@v4
+ uses: actions/checkout@v6
27
- name: Setup Bazel
28
uses: bazel-contrib/setup-bazel@0.14.0
29
with:
0 commit comments