diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7855e7397..07c175dc0 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -166,15 +166,15 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Prepare python ${{ matrix.python-version }} - uses: actions/setup-python@v1 + uses: actions/setup-python@v4 with: python-version: ${{ matrix.python-version }} - name: Cache - uses: actions/cache@v1 + uses: actions/cache@v3 with: path: ~/.cache key: ${{ runner.os }}-${{ matrix.python-version }}-ci-hierarchical