diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 7ab9943..4d90b63 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -69,7 +69,7 @@ jobs: apt install -y ${{ matrix.dependencies }} - uses: actions/checkout@v4 name: Checkout src - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d8e5976..3a9012e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -32,7 +32,7 @@ jobs: features: '--no-default-features --features rodio_backend,pancurses_backend,share_clipboard,notify' steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache build data with: path: | @@ -79,7 +79,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 name: Cache build data with: path: |