diff --git a/.github/workflows/ci-pr.yml b/.github/workflows/ci-pr.yml index 2753e79..8681b9b 100644 --- a/.github/workflows/ci-pr.yml +++ b/.github/workflows/ci-pr.yml @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false @@ -178,12 +178,12 @@ jobs: needs: code-style steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} diff --git a/.github/workflows/ci-release.yml b/.github/workflows/ci-release.yml index fd01e34..78d9c0f 100644 --- a/.github/workflows/ci-release.yml +++ b/.github/workflows/ci-release.yml @@ -106,12 +106,12 @@ jobs: needs: code-style steps: - name: Checkout repository - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: persist-credentials: false - name: Setup Python - uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0 + uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7.0.0 with: python-version: ${{ env.MAIN_PYTHON_VERSION }} @@ -152,7 +152,7 @@ jobs: path: ${{ env.PACKAGE_NAME }}-artifacts - name: Release to the public PyPI - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # v1.14.1 with: repository-url: https://upload.pypi.org/legacy/ print-hash: true diff --git a/doc/changelog.d/131.maintenance.md b/doc/changelog.d/131.maintenance.md new file mode 100644 index 0000000..e54a2a4 --- /dev/null +++ b/doc/changelog.d/131.maintenance.md @@ -0,0 +1 @@ +Bump the actions group across 1 directory with 3 updates