diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 9512acc..b9c4092 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,10 +21,9 @@ jobs: with: python-version: 3.x - - uses: awalsh128/cache-apt-pkgs-action@latest + - uses: awalsh128/cache-apt-pkgs-action@v1 with: packages: llvm - version: 1.0 execute_install_scripts: true - name: Restore cache