diff --git a/.github/workflows/lintingci.yml b/.github/workflows/lintingci.yml index d47a9595..846e231c 100644 --- a/.github/workflows/lintingci.yml +++ b/.github/workflows/lintingci.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v7 - name: Cache plugin dir - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.tflint.d/plugins key: tflint-${{ hashFiles('.tflint.hcl') }} diff --git a/.github/workflows/mirror-builtin-actors.yml b/.github/workflows/mirror-builtin-actors.yml index a7993710..8b441eae 100644 --- a/.github/workflows/mirror-builtin-actors.yml +++ b/.github/workflows/mirror-builtin-actors.yml @@ -24,7 +24,7 @@ jobs: - name: Load cached Poetry installation id: cached-poetry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.local key: poetry-0 @@ -39,7 +39,7 @@ jobs: - name: Load cached dependencies Install id: cached-poetry-dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: scripts/mirror-actors/.venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }} @@ -75,7 +75,7 @@ jobs: - name: Load cached Poetry installation id: cached-poetry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: ~/.local key: poetry-1 @@ -90,7 +90,7 @@ jobs: - name: Load cached dependencies Install id: cached-poetry-dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: scripts/mirror-actors/.venv key: venv-${{ runner.os }}-${{ steps.setup-python.outputs.python-version }}-${{ hashFiles('**/poetry.lock') }}