Răsfoiți Sursa

github: [skip ci]: bump actions/checkout from 4 to 5

Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v4...v5)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: '5'
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
dependabot[bot] 4 săptămâni în urmă
părinte
comite
2ca2ba1b2c

+ 1 - 1
.github/workflows/alpine.yml

@@ -89,7 +89,7 @@ jobs:
         - build_image_tag: ${{ needs.check.outputs.build_image_tag }}
     runs-on: ${{ matrix.runner }}
     steps:
-    - uses: actions/checkout@v4
+    - uses: actions/checkout@v5
 
     - name: print commit info
       id: init

+ 1 - 1
.github/workflows/cmake_build.yml

@@ -39,7 +39,7 @@ jobs:
 
     steps:
     - name: Checkout repository
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
 
     - name: Install cross-compiler

+ 1 - 1
.github/workflows/codeql.yml

@@ -51,7 +51,7 @@ jobs:
 
     steps:
       - name: Checkout
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           submodules: recursive
 

+ 1 - 1
.github/workflows/devcontainer.yaml

@@ -23,7 +23,7 @@ jobs:
       contents: read
       packages: write
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
         with:
           fetch-depth: 2
 

+ 1 - 1
.github/workflows/main.yml

@@ -33,7 +33,7 @@ jobs:
           - distribution: sid
             compilier: clang
     steps:
-      - uses: actions/checkout@v4
+      - uses: actions/checkout@v5
       - uses: ammaraskar/[email protected]
       - name: build
         run: |

+ 6 - 6
.github/workflows/pull_request.yml

@@ -13,7 +13,7 @@ jobs:
       contents: read # to fetch code (actions/checkout)
     steps:
       - name: Check out the repository to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - name: Run clang-format check
         uses: wolletd/[email protected]
         with:
@@ -24,7 +24,7 @@ jobs:
       contents: read # to fetch code (actions/checkout)
     steps:
       - name: Check out scripts folder to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           ref: master
           path: actions
@@ -32,7 +32,7 @@ jobs:
             .github/scripts/check-cmake-format.sh
           sparse-checkout-cone-mode: false
       - name: Check out the repository to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: source
           ref: ${{ github.event.pull_request.head.sha }}
@@ -51,7 +51,7 @@ jobs:
       contents: read # to fetch code (actions/checkout)
     steps:
       - name: Check out scripts folder to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           ref: master
           path: actions
@@ -59,7 +59,7 @@ jobs:
             .github/scripts/check-commit.sh
           sparse-checkout-cone-mode: false
       - name: Check out the repository to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
         with:
           path: source
           ref: ${{ github.event.pull_request.head.sha }}
@@ -92,7 +92,7 @@ jobs:
             compilier: clang
     steps:
       - name: Check out the repository to the runner
-        uses: actions/checkout@v4
+        uses: actions/checkout@v5
       - uses: ammaraskar/[email protected]
       - name: build
         run: |

+ 1 - 1
.github/workflows/rpm.yml

@@ -66,7 +66,7 @@ jobs:
       contents: write
     steps:
     - name: checkout sources
-      uses: actions/checkout@v4
+      uses: actions/checkout@v5
 
     - name: print commit info
       id: init