From 5ecbc3a2c5738033e81b48dcde1d6eca6d6ddbfd Mon Sep 17 00:00:00 2001 From: "K.B.Dharun Krishna" Date: Mon, 4 Sep 2023 20:11:54 +0530 Subject: [PATCH] CI/check: bump actions/checkout to v4 --- .github/workflows/check.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/check.yml b/.github/workflows/check.yml index b0b905c6..ea391e84 100644 --- a/.github/workflows/check.yml +++ b/.github/workflows/check.yml @@ -27,7 +27,7 @@ jobs: libgirepository1.0-dev libappstream-dev libdconf-dev clang socat flatpak \ libcurl4-gnutls-dev libflatpak-dev libyaml-dev elfutils git patch unzip - name: Check out flatpak - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: submodules: true - name: configure @@ -56,7 +56,7 @@ jobs: libgirepository1.0-dev libappstream-dev libdconf-dev clang flatpak \ libcurl4-gnutls-dev libflatpak-dev libyaml-dev elfutils git patch unzip - name: Check out flatpak - uses: actions/checkout@v1 + uses: actions/checkout@v4 with: submodules: true - name: configure @@ -131,7 +131,7 @@ jobs: unzip - name: Check out flatpak-builder - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Configure flatpak-builder # TODO: Enable gtk-doc builds