Skip to content

Commit f8aa2c2

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
1 parent 298c386 commit f8aa2c2

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)