diff --git a/.github/workflows/cicd.yaml b/.github/workflows/cicd.yaml index a798ce4..9627a56 100644 --- a/.github/workflows/cicd.yaml +++ b/.github/workflows/cicd.yaml @@ -28,7 +28,7 @@ jobs: with: fetch-depth: 0 - name: "Cache mise tools" - uses: "actions/cache@v5.0.5" + uses: "actions/cache@v6.1.0" with: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}" @@ -59,7 +59,7 @@ jobs: with: fetch-depth: 0 - name: "Cache mise tools" - uses: "actions/cache@v5.0.5" + uses: "actions/cache@v6.1.0" with: path: "${{ github.workspace }}/.cache/mise" key: "${{ hashFiles('mise.toml') }}"