diff --git a/examples/pure-hatch/.github/workflows/release.yml b/examples/pure-hatch/.github/workflows/release.yml index 89f02600..5536c741 100644 --- a/examples/pure-hatch/.github/workflows/release.yml +++ b/examples/pure-hatch/.github/workflows/release.yml @@ -14,7 +14,7 @@ jobs: permissions: contents: read # this job only needs read access steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: persist-credentials: false - name: Set up Hatch @@ -39,8 +39,8 @@ jobs: contents: read # this job needs read access id-token: write # but also needs to be able to write the publishing token steps: - - uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0 + - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0 with: name: dist.zip path: dist/ - - uses: pypa/gh-action-pypi-publish@76f52bc884231f62b9a034ebfe128415bbaabdfc # v1.12.4 + - uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0