Skip to content

Commit

Permalink
Bump slateci/github-actions from 16 to 17 (#297)
Browse files Browse the repository at this point in the history
Bumps [slateci/github-actions](https://github.com/slateci/github-actions) from 16 to 17.
- [Commits](slateci/github-actions@v16...v17)

---
updated-dependencies:
- dependency-name: slateci/github-actions
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Feb 29, 2024
1 parent 40f0a63 commit 5288cfd
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,6 @@ jobs:

steps:
- name: Notify Slack of Failure
uses: slateci/github-actions/.github/actions/slack-notify-failure@v16
uses: slateci/github-actions/.github/actions/slack-notify-failure@v17
with:
slack_bot_token: '${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}'
2 changes: 1 addition & 1 deletion .github/workflows/deploy-staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,6 @@ jobs:

steps:
- name: Notify Slack of Failure
uses: slateci/github-actions/.github/actions/slack-notify-failure@v16
uses: slateci/github-actions/.github/actions/slack-notify-failure@v17
with:
slack_bot_token: '${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}'
4 changes: 2 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ jobs:
repository: slateci/slate-portal

- name: Set Up Tools
uses: slateci/github-actions/.github/actions/gcloud-helm-setup-lite@v16
uses: slateci/github-actions/.github/actions/gcloud-helm-setup-lite@v17
with:
service_account: ${{ secrets.GCLOUD_SERVICE_ACCOUNT }}
workload_identity_provider: ${{ secrets.GCLOUD_WORKLOAD_IDENTITY_PROVIDER }}
Expand Down Expand Up @@ -267,6 +267,6 @@ jobs:

steps:
- name: Notify Slack of Failure
uses: slateci/github-actions/.github/actions/slack-notify-failure@v16
uses: slateci/github-actions/.github/actions/slack-notify-failure@v17
with:
slack_bot_token: '${{ secrets.SLACK_NOTIFICATIONS_BOT_TOKEN }}'

0 comments on commit 5288cfd

Please sign in to comment.