]> git.ipfire.org Git - thirdparty/lldpd.git/commitdiff
build: bump actions/checkout from 3 to 4
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Sun, 1 Oct 2023 19:21:06 +0000 (19:21 +0000)
committerVincent Bernat <vincent@bernat.ch>
Sun, 1 Oct 2023 19:57:31 +0000 (21:57 +0200)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4.
- [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/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
.github/workflows/ci.yml
.github/workflows/coverity.yml
.github/workflows/style.yml

index 064aec74788ec485515d4824bf3192489f3ef0f6..006c683fdce5305573dbd1e3aa7c2176928c28e0 100644 (file)
@@ -32,7 +32,7 @@ jobs:
           - compiler: clang
             config-args: "--without-snmp --with-xml"
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Unshallow repository
@@ -82,7 +82,7 @@ jobs:
               --without-xml
             release: true
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Install stuff
@@ -114,7 +114,7 @@ jobs:
             runner: macos-latest
     runs-on: ${{ matrix.os.runner }}
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Test on ${{ matrix.os.name }}
@@ -138,7 +138,7 @@ jobs:
     name: Build Docker images
     if: github.ref == 'refs/heads/master' || startsWith(github.ref, 'refs/tags/')
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: docker/setup-qemu-action@v2
       - uses: docker/setup-buildx-action@v2
       - uses: docker/metadata-action@v4
index bc7f5b3892a4c731fd49e3593c5be04a09e72fb1..c7705f459b88bd5912c45c85f847ab11105108ae 100644 (file)
@@ -12,7 +12,7 @@ jobs:
   build:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
         with:
           submodules: true
       - name: Fetch latest Coverity Scan MD5
index 256ddcba5cd2af5a82b51f3c3e7024363bf5bca6..e83a21383ced8309e8f66c102aa8c9e149aee3cb 100644 (file)
@@ -9,7 +9,7 @@ jobs:
   style-check:
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v3
+      - uses: actions/checkout@v4
       - uses: cachix/install-nix-action@v22
       - name: Check Python/C style
         run: |