diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 887c61b..bc09dd6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,7 +25,7 @@ jobs: pacman -S --noconfirm --needed git base-devel python python-pip pyalpm python-rich - name: Checkout Code - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Development Environment run: |