We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 17ca921 + f8aa2c2 commit 52f7a8fCopy full SHA for 52f7a8f
.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