Skip to content

Commit 52f7a8f

Browse files
Merge pull request #896 from salmanmkc:upgrade-github-actions-node24
PiperOrigin-RevId: 850391764
2 parents 17ca921 + f8aa2c2 commit 52f7a8f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: echo "🐧 Job is running on a ${{ runner.os }} server!"
2424
- run: echo "🔎 The name of your branch is ${{ github.ref }} and your repository is ${{ github.repository }}."
2525
- name: Check out repository code
26-
uses: actions/checkout@v4
26+
uses: actions/checkout@v6
2727
- name: Setup Bazel
2828
uses: bazel-contrib/setup-bazel@0.14.0
2929
with:

0 commit comments

Comments
 (0)