Skip to content

Commit 5bacf2a

Browse files
committed
Upgrade GitHub Actions for Node 24 compatibility
1 parent 78831bf commit 5bacf2a

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/bazel_test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
compilation_mode: ['fastbuild', 'opt', 'dbg']
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v4
39+
uses: actions/checkout@v6
4040
- name: Install dependencies
4141
run: |
4242
sudo apt-get update && sudo apt-get install -yq \
@@ -71,7 +71,7 @@ jobs:
7171
run: |
7272
sudo sysctl -w kernel.core_pattern=""
7373
- name: Checkout repository
74-
uses: actions/checkout@v4
74+
uses: actions/checkout@v6
7575
- name: Install dependencies
7676
run: |
7777
sudo apt-get update && sudo apt-get install -yq \

.github/workflows/bazel_test_centipede.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
run: |
4040
sudo sysctl -w kernel.core_pattern=""
4141
- name: Checkout repository
42-
uses: actions/checkout@v4
42+
uses: actions/checkout@v6
4343
- name: Install dependencies
4444
run: |
4545
sudo apt-get update && sudo apt-get install -yq \
@@ -94,7 +94,7 @@ jobs:
9494
timeout-minutes: 60
9595
steps:
9696
- name: Checkout repository
97-
uses: actions/checkout@v4
97+
uses: actions/checkout@v6
9898
- name: Restore latest cache
9999
uses: actions/cache/restore@v4
100100
with:

.github/workflows/cmake_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
sudo sysctl -w kernel.core_pattern=""
4444
- name: Checkout repository
45-
uses: actions/checkout@v4
45+
uses: actions/checkout@v6
4646
- name: Install dependencies
4747
run: |
4848
sudo apt-get update && sudo apt-get install -yq \

0 commit comments

Comments
 (0)