diff options
author | vaxerski <[email protected]> | 2022-04-13 17:17:09 +0200 |
---|---|---|
committer | GitHub <[email protected]> | 2022-04-13 17:17:09 +0200 |
commit | 4b7a1a471f5eb4f52a6dac2379c17b2f85b49e61 (patch) | |
tree | a192ed0f423ea7859b860d890355cd25fc1cb7bb /.github | |
parent | 5d529d46e772b754397c3381cc73015acefbea7f (diff) | |
download | Hyprland-4b7a1a471f5eb4f52a6dac2379c17b2f85b49e61.tar.gz Hyprland-4b7a1a471f5eb4f52a6dac2379c17b2f85b49e61.zip |
bump checkout in CI to v3
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/ci.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: | |