mirror of
https://github.com/netdata/libbpf.git
synced 2026-03-29 20:59:07 +08:00
ci: bump checkout action to v4
Due to the transition from Node 16 to Node 20, the checkout action needs to be updated to v4. More info: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/ Signed-off-by: Geyslan Gregório <geyslan@gmail.com>
This commit is contained in:
committed by
Andrii Nakryiko
parent
20ea95b450
commit
6d3595d215
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@@ -42,7 +42,7 @@ jobs:
|
||||
- name: gcc-12
|
||||
target: RUN_GCC12
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- uses: ./.github/actions/setup
|
||||
name: Setup
|
||||
@@ -63,7 +63,7 @@ jobs:
|
||||
- arch: s390x
|
||||
- arch: x86
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
name: Checkout
|
||||
- uses: ./.github/actions/setup
|
||||
name: Pre-Setup
|
||||
|
||||
Reference in New Issue
Block a user