summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Rettberg2024-03-15 15:28:14 +0100
committerSimon Rettberg2024-03-15 15:28:14 +0100
commitb4bddc7492f07b698b4111648b20f8cebd75fe2e (patch)
tree28f6d40fefb355ed6220fa1a0935da943c473db3
parentcmake: Fix error when checkpatch.pl is found but version cannot be extracted (diff)
downloadxloop-b4bddc7492f07b698b4111648b20f8cebd75fe2e.tar.gz
xloop-b4bddc7492f07b698b4111648b20f8cebd75fe2e.tar.xz
xloop-b4bddc7492f07b698b4111648b20f8cebd75fe2e.zip
github: Update to checkout@v4
-rw-r--r--.github/workflows/build-kernel-modules.yml2
-rw-r--r--.github/workflows/build-program.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-kernel-modules.yml b/.github/workflows/build-kernel-modules.yml
index 39830f7..cc85760 100644
--- a/.github/workflows/build-kernel-modules.yml
+++ b/.github/workflows/build-kernel-modules.yml
@@ -62,7 +62,7 @@ jobs:
rpm2cpio \
rpm
- name: Checkout xloop repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Fetch xloop repository tags
run: git fetch --prune --unshallow
- name: Checkout Vanilla kernel version [git]
diff --git a/.github/workflows/build-program.yml b/.github/workflows/build-program.yml
index 69d443f..8a8d177 100644
--- a/.github/workflows/build-program.yml
+++ b/.github/workflows/build-program.yml
@@ -31,7 +31,7 @@ jobs:
libcap-dev \
rpm
- name: Checkout xloop repository
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
- name: Fetch xloop repository tags
run: git fetch --prune --unshallow
- name: Configure xloop build