diff --git a/.github/workflows/snapshot.yml b/.github/workflows/snapshot.yml index 7a3cd3b9d..caaa0db8e 100644 --- a/.github/workflows/snapshot.yml +++ b/.github/workflows/snapshot.yml @@ -32,7 +32,7 @@ jobs: run: echo ${AIRFRAME_VERSION} - name: Post version number to Slack id: slack - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: # wvlet dev-snapshot channel channel-id: 'C04CC79BZ7A' @@ -53,7 +53,7 @@ jobs: ../sbt publishSnapshots working-directory: ./airspec - name: Notify the completion to Slack - uses: slackapi/slack-github-action@v1.25.0 + uses: slackapi/slack-github-action@v1.26.0 with: # wvlet dev-snapshot channel channel-id: 'C04CC79BZ7A'