diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 892538f..109e5c2 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Set up Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: cache: pip cache-dependency-path: pyproject.toml diff --git a/.github/workflows/release-please.yml b/.github/workflows/release-please.yml index e67a849..ee82fbf 100644 --- a/.github/workflows/release-please.yml +++ b/.github/workflows/release-please.yml @@ -24,7 +24,7 @@ jobs: uses: actions/checkout@v3.5.3 - name: Set up Python if: ${{ steps.release.outputs.release_created }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: cache: pip cache-dependency-path: pyproject.toml diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 387e3af..7b322c7 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Set up Python - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: cache: pip cache-dependency-path: pyproject.toml @@ -60,7 +60,7 @@ jobs: - name: Checkout uses: actions/checkout@v3.5.3 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v4.6.1 + uses: actions/setup-python@v4.7.0 with: cache: pip cache-dependency-path: pyproject.toml