From f77a9d523fca30c0722e5bcf73535ae596b4fa8b Mon Sep 17 00:00:00 2001 From: svc-cli-bot Date: Tue, 14 Nov 2023 11:48:27 -0600 Subject: [PATCH] chore: update github actions [no ci] --- .github/workflows/failureNotifications.yml | 2 +- .github/workflows/manualRelease.yml | 4 ++-- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/failureNotifications.yml b/.github/workflows/failureNotifications.yml index 6b4118f..9243031 100644 --- a/.github/workflows/failureNotifications.yml +++ b/.github/workflows/failureNotifications.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Announce Failure id: slack - uses: slackapi/slack-github-action@v1.21.0 + uses: slackapi/slack-github-action@v1.24.0 env: # for non-CLI-team-owned plugins, you can send this anywhere you like SLACK_WEBHOOK_URL: ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }} diff --git a/.github/workflows/manualRelease.yml b/.github/workflows/manualRelease.yml index 8ceb52c..8d8f05c 100644 --- a/.github/workflows/manualRelease.yml +++ b/.github/workflows/manualRelease.yml @@ -7,7 +7,7 @@ jobs: release: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.SVC_CLI_BOT_GITHUB_TOKEN }} - name: Conventional Changelog Action @@ -22,7 +22,7 @@ jobs: # always do the release, even if there are no semantic commits skip-on-empty: false tag-prefix: '' - - uses: notiz-dev/github-action-json-property@2192e246737701f108a4571462b76c75e7376216 + - uses: notiz-dev/github-action-json-property@7a701887f4b568b23eb7b78bb0fc49aaeb1b68d3 id: packageVersion with: path: 'package.json' diff --git a/package.json b/package.json index c83192d..3f3fd1d 100644 --- a/package.json +++ b/package.json @@ -72,4 +72,4 @@ "oclif" ], "types": "dist/index.d.ts" -} \ No newline at end of file +}