diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 4ebd5e2..03bf3c4 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -16,6 +16,6 @@ jobs: with: python-version: ${{ matrix.python-version }} - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v4.0.0 - name: Run the test suite run: tox -e py diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index a1a1698..5a13ec7 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -28,7 +28,7 @@ jobs: with: python-version: 3.8 - name: Install dependencies - uses: py-actions/py-dependency-install@v2.1.0 + uses: py-actions/py-dependency-install@v4.0.0 - name: Lint Markdown and YAML files uses: docker://github/super-linter:v3.3.0 env: