From 0e2508a8430a5c0baefc7fef97e2e689b2520a7b Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 4 Sep 2023 20:05:55 +0530 Subject: [PATCH] CI: bump actions/checkout to v4 --- .github/workflows/check.yml | 8 ++++---- .github/workflows/differential-shellcheck.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index 10dc4c05..1ab21fa9 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -52,7 +52,7 @@ jobs: # One of the tests wants this sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot - name: Check out flatpak - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Build appstream dependency # (We need at least 0.15.3 for the g_once fix) @@ -120,7 +120,7 @@ jobs: # One of the tests wants this sudo mkdir /tmp/flatpak-com.example.App-OwnedByRoot - name: Check out flatpak - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Create logs dir @@ -197,7 +197,7 @@ jobs: libseccomp-dev libsoup2.4-dev libcurl4-openssl-dev libsystemd-dev libxml2-utils libgpgme11-dev gobject-introspection \ libgirepository1.0-dev libappstream-dev libdconf-dev clang e2fslibs-dev - name: Check out flatpak - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: configure @@ -228,7 +228,7 @@ jobs: libgirepository1.0-dev libappstream-dev libdconf-dev clang socat meson libdbus-1-dev \ valgrind e2fslibs-dev - name: Check out flatpak - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: submodules: true - name: Create logs dir diff --git a/.github/workflows/differential-shellcheck.yml b/.github/workflows/differential-shellcheck.yml index 53ceb95b..3d3197c9 100644 --- a/.github/workflows/differential-shellcheck.yml +++ b/.github/workflows/differential-shellcheck.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Repository checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0