commit:     6bf7ac1211f9d15a0a359e605ddc0ac8bdb39fa7
Author:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Thu Dec 14 21:27:37 2023 +0000
Commit:     Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Thu Dec 14 21:27:37 2023 +0000
URL:        https://gitweb.gentoo.org/proj/pax-utils.git/commit/?id=6bf7ac12

github: update to checkout@v3

Signed-off-by: Mike Frysinger <vapier <AT> chromium.org>
Signed-off-by: Mike Frysinger <vapier <AT> gentoo.org>

 .github/workflows/build-test-ci.yml   | 4 ++--
 .github/workflows/ci-alpine-linux.yml | 2 +-
 .github/workflows/coverity.yml        | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/build-test-ci.yml 
b/.github/workflows/build-test-ci.yml
index 18c13f0..e82f5f9 100644
--- a/.github/workflows/build-test-ci.yml
+++ b/.github/workflows/build-test-ci.yml
@@ -36,7 +36,7 @@ jobs:
             sudo install -Dm755 muon /usr/local/bin/muon
             ;;
         esac
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - run: |
         export PKG_CONFIG_PATH="/usr/lib/$(uname -m)-linux-gnu/pkgconfig/"
         case "$BB" in
@@ -66,7 +66,7 @@ jobs:
     steps:
     - name: Install dependencies
       run: brew install meson ninja
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - run: |
         meson -Duse_libcap=disabled \
               -Duse_seccomp=false \

diff --git a/.github/workflows/ci-alpine-linux.yml 
b/.github/workflows/ci-alpine-linux.yml
index de7157c..a87fdfb 100644
--- a/.github/workflows/ci-alpine-linux.yml
+++ b/.github/workflows/ci-alpine-linux.yml
@@ -28,7 +28,7 @@ jobs:
             libcap-dev \
             libseccomp \
             libseccomp-dev
-      - uses: actions/checkout@v2
+      - uses: actions/checkout@v3
       - run: meson setup -Dtests=false -Duse_fuzzing=false builddir/
       - run: meson compile -C builddir
       - run: meson test --verbose -C builddir

diff --git a/.github/workflows/coverity.yml b/.github/workflows/coverity.yml
index 7e729c4..20a47e5 100644
--- a/.github/workflows/coverity.yml
+++ b/.github/workflows/coverity.yml
@@ -12,7 +12,7 @@ jobs:
   coverity:
     runs-on: ubuntu-latest
     steps:
-    - uses: actions/checkout@v2
+    - uses: actions/checkout@v3
     - uses: vapier/coverity-scan-action@v1
       with:
         email: vap...@gentoo.org

Reply via email to