diff --git a/.github/workflows/test_and_make_release.yml b/.github/workflows/test_and_make_release.yml index 33573e6..7796eec 100644 --- a/.github/workflows/test_and_make_release.yml +++ b/.github/workflows/test_and_make_release.yml @@ -39,7 +39,7 @@ jobs: shell: bash run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Set up cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: .venv @@ -69,7 +69,7 @@ jobs: shell: bash run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Set up cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: .venv @@ -96,7 +96,7 @@ jobs: shell: bash run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Set up cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: .venv @@ -123,7 +123,7 @@ jobs: shell: bash run: echo ::set-output name=version::$(python -c "import sys; print('-'.join(str(v) for v in sys.version_info))") - name: Set up cache - uses: actions/cache@v2 + uses: actions/cache@v4 id: cache with: path: .venv @@ -150,7 +150,7 @@ jobs: with: node-version: 12.x - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v4 env: cache-name: cache-node-modules with: