diff --git a/.github/workflows/release-new-action-version.yml b/.github/workflows/release-new-action-version.yml index b2a377b..1d0fb7f 100644 --- a/.github/workflows/release-new-action-version.yml +++ b/.github/workflows/release-new-action-version.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Update the ${{ env.TAG_NAME }} tag id: update-major-tag - uses: actions/publish-action@v0.1.0 + uses: actions/publish-action@v0.2.1 with: source-tag: ${{ env.TAG_NAME }} slack-webhook: ${{ secrets.SLACK_WEBHOOK }} diff --git a/README.md b/README.md index a8ef47c..0da14ce 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ See [action.yml](action.yml) ```yaml steps: -- uses: actions/checkout@v2 +- uses: actions/checkout@v3 - run: mkdir -p path/to/artifact