فهرست منبع

ci: Bump github action version

Fix warning:
"The following actions uses node12 which is deprecated and will be forced
to run on node16: actions/checkout@v2."
Erik Ekman 2 سال پیش
والد
کامیت
4f78da983f
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      .github/workflows/ci-linux.yml

+ 1 - 1
.github/workflows/ci-linux.yml

@@ -15,7 +15,7 @@ jobs:
     runs-on: ubuntu-latest
 
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v4
     - name: Install deps
       run: sudo apt-get install check ninja-build doxygen