diff --git a/.github/workflows/branch-cicd.yaml b/.github/workflows/branch-cicd.yaml index 9530110..4cae72f 100644 --- a/.github/workflows/branch-cicd.yaml +++ b/.github/workflows/branch-cicd.yaml @@ -45,7 +45,7 @@ jobs: python-version: '3.9' - name: 💵 Python Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/stable-cicd.yaml b/.github/workflows/stable-cicd.yaml index 40729a2..0f4e8e6 100644 --- a/.github/workflows/stable-cicd.yaml +++ b/.github/workflows/stable-cicd.yaml @@ -55,7 +55,7 @@ jobs: fetch-depth: 0 - name: 💵 Python Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner diff --git a/.github/workflows/unstable-cicd.yaml b/.github/workflows/unstable-cicd.yaml index 503345a..7043ea8 100644 --- a/.github/workflows/unstable-cicd.yaml +++ b/.github/workflows/unstable-cicd.yaml @@ -60,7 +60,7 @@ jobs: fetch-depth: 0 - name: 💵 Python Cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: ~/.cache/pip # The "key" used to indicate a set of cached files is the operating system runner