From 4b7a1a471f5eb4f52a6dac2379c17b2f85b49e61 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Wed, 13 Apr 2022 17:17:09 +0200 Subject: [PATCH] bump checkout in CI to v3 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index e090627f..d9fc822a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -30,7 +30,7 @@ jobs: su githubuser -c "yay -S --mflags --skipinteg --noprovides --answerclean All --answerdiff None --answeredit None --answerupgrade None wlroots-git" - name: Checkout Hyprland - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Build Hyprland run: |