diff --git a/.github/workflows/action.yml b/.github/workflows/action.yml index ef62e08c..6ef6181d 100644 --- a/.github/workflows/action.yml +++ b/.github/workflows/action.yml @@ -20,14 +20,14 @@ jobs: - name: Cache choosenim id: cache-choosenim - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.choosenim key: ${{ runner.os }}-choosenim-${{ matrix.nim-version}} - name: Cache nimble id: cache-nimble - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nimble key: ${{ runner.os }}-nimble-${{ matrix.nim-version}}-${{ hashFiles('prologue.nimble') }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 09f76b88..6fd5fc08 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: run: echo "::set-output name=dir::$(pip cache dir)" - name: Cache dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ${{ steps.pip-cache.outputs.dir }} key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }} @@ -53,14 +53,14 @@ jobs: - name: Cache choosenim id: cache-choosenim - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.choosenim key: ${{ runner.os }}-choosenim-stable - name: Cache nimble id: cache-nimble - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.nimble key: ${{ runner.os }}-nimble-${{ hashFiles('prologue.nimble') }}