diff --git a/README.md b/README.md index 560b20c..916554e 100644 --- a/README.md +++ b/README.md @@ -52,7 +52,7 @@ jobs: contents: write # push the `release/vX.Y.Z` branch and delete superseded ones pull-requests: write # create a release PR, update its body, close superseded PRs steps: - - uses: danielroe/uppt/pr@8da0597c0c549fdfd95a9868df95feb6d04dab26 # v0.4.0 + - uses: danielroe/uppt/pr@fc0f1c61b54a79c6a354c8f9dbe821bc10a98893 # v0.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -74,7 +74,7 @@ jobs: contents: write # push the `vX.Y.Z` tag and create the GitHub release actions: write # `gh workflow run release.yml --ref vX.Y.Z` chained dispatch steps: - - uses: danielroe/uppt/release@8da0597c0c549fdfd95a9868df95feb6d04dab26 # v0.4.0 + - uses: danielroe/uppt/release@fc0f1c61b54a79c6a354c8f9dbe821bc10a98893 # v0.5.0 with: token: ${{ secrets.GITHUB_TOKEN }} @@ -93,7 +93,7 @@ jobs: cancel-in-progress: false permissions: {} steps: - - uses: danielroe/uppt/pack@8da0597c0c549fdfd95a9868df95feb6d04dab26 # v0.4.0 + - uses: danielroe/uppt/pack@fc0f1c61b54a79c6a354c8f9dbe821bc10a98893 # v0.5.0 # `publish` downloads the prebuilt tarball from the pack job's # artifact and stages it for publish. @@ -108,7 +108,7 @@ jobs: id-token: write # OIDC claim for npm trusted publisher environment: npm # must match the trusted-publisher entry on npmjs.com steps: - - uses: danielroe/uppt/publish@8da0597c0c549fdfd95a9868df95feb6d04dab26 # v0.4.0 + - uses: danielroe/uppt/publish@fc0f1c61b54a79c6a354c8f9dbe821bc10a98893 # v0.5.0 ``` > [!IMPORTANT]