diff --git a/examples/pure-hatch/.github/workflows/release.yml b/examples/pure-hatch/.github/workflows/release.yml index 0b5f0d32..64a2ecd3 100644 --- a/examples/pure-hatch/.github/workflows/release.yml +++ b/examples/pure-hatch/.github/workflows/release.yml @@ -14,11 +14,11 @@ jobs: permissions: contents: read # this job only needs read access steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 with: persist-credentials: false - name: Setup Python - uses: actions/setup-python@83679a892e2d95755f2dac6acb0bfd1e9ac5d548 # v6.1.0 + uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0 with: python-version: "3.12" # Select the version that you want to build your package on - name: Upgrade pip, install Hatch, and check Hatch version