diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0baf2a5..875a52b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: dnf --setopt install_weak_deps=False install -y \ tito - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 # This step is required so Tito can properly read git history # See https://github.com/actions/checkout/issues/766