diff --git a/.github/workflows/build_n_deploy.yml b/.github/workflows/build_n_deploy.yml index 0d0680b..c0b9163 100644 --- a/.github/workflows/build_n_deploy.yml +++ b/.github/workflows/build_n_deploy.yml @@ -11,7 +11,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v7 - name: Setup Python environment - uses: actions/setup-python@v6 + uses: actions/setup-python@v7 with: python-version: '3.x' - name: Install development dependencies @@ -21,7 +21,7 @@ jobs: - name: Build packages to be uploaded run: python -m build - name: pypi-publish - uses: pypa/gh-action-pypi-publish@v1.14.0 + uses: pypa/gh-action-pypi-publish@v1.14.1 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index 81943a9..ef51584 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -14,7 +14,7 @@ jobs: name: pip-audit python ${{ matrix.python-version }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: 'pip' @@ -85,7 +85,7 @@ jobs: name: pip-audit python ${{ matrix.python-version }} steps: - uses: actions/checkout@v7 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 with: python-version: ${{ matrix.python-version }} cache: 'pip' diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 8545578..9dc18b7 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 100 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 id: cachepy with: python-version: ${{ matrix.python-version }} @@ -103,7 +103,7 @@ jobs: - uses: actions/checkout@v7 with: fetch-depth: 100 - - uses: actions/setup-python@v6 + - uses: actions/setup-python@v7 id: cachepy with: python-version: ${{ matrix.python-version }}