@@ -29,15 +29,15 @@ jobs:
2929 app_id : ${{ secrets.CIO_APP_ID }}
3030 private_key : ${{ secrets.CIO_APP_SECRET }}
3131
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v6
3333
3434 # If using sd on macos, "brew install" works great. for Linux, this is the recommended way.
3535 - name : Install sd CLI to use later in the workflow
3636 # uses: kenji-miyake/setup-sd@59a1bd7bba077f6c491f04cd9d24b524ea2db4b6 # v1.1.1
3737 uses : levibostian/setup-sd@cbdeed93d4fe03f9e36b73bb6d9e7c3c4805e1f9 # add-file-extension # Using fork until upstream Action has bug fixed in it.
3838
3939 - name : Deploy git tag via semantic release
40- uses : cycjimmy/semantic-release-action@0a51e81a6baff2acad3ee88f4121c589c73d0f0e # v4.2 .0
40+ uses : cycjimmy/semantic-release-action@b12c8f6015dc215fe37bc154d4ad456dd3833c90 # v6.0 .0
4141 id : semantic-release
4242 with :
4343 semantic_version : latest
5050 GITHUB_TOKEN : ${{ steps.generate_token.outputs.token }}
5151
5252 - name : Notify team of git tag being created
53- uses : slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
53+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
5454 if : steps.semantic-release.outputs.new_release_published == 'true'
5555 with :
5656 # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
8585 SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
8686
8787 - name : Notify team of failure
88- uses : slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
88+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
8989 if : ${{ failure() }} # only run this if any previous step failed
9090 with :
9191 # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -126,11 +126,11 @@ jobs:
126126 environment : release
127127 runs-on : ubuntu-latest
128128 steps :
129- - uses : actions/checkout@v4
129+ - uses : actions/checkout@v6
130130 with :
131131 ref : ${{ needs.deploy-git-tag.outputs.new_release_git_head }}
132132
133- - uses : actions/setup-node@v4
133+ - uses : actions/setup-node@v6
134134 with :
135135 node-version : ' 20'
136136 cache : ' npm'
@@ -149,7 +149,7 @@ jobs:
149149 run : npm publish --tag latest
150150
151151 - name : Notify team of successful deployment
152- uses : slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
152+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
153153 if : ${{ success() }}
154154 with :
155155 # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
@@ -184,7 +184,7 @@ jobs:
184184 SLACK_WEBHOOK_TYPE : INCOMING_WEBHOOK
185185
186186 - name : Notify team of failure
187- uses : slackapi/slack-github-action@70cd7be8e40a46e8b0eced40b0de447bdb42f68e # v1.26.0
187+ uses : slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a # v2.1.1
188188 if : ${{ failure() }} # only run this if any previous step failed
189189 with :
190190 # Use block kit to format the Slack message: https://app.slack.com/block-kit-builder
0 commit comments