Skip to content

Commit

Permalink
Bump slateci/github-actions from 16 to 17 (#137)
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 Dec 2, 2024
1 parent 009bea3 commit 601c1cc
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/notify-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@ on:
jobs:
staging:
name: Staging
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v17
with:
slate_api_endpoint: "https://api.staging.slateci.io"
secrets:
slate_api_token: "${{ secrets.SLATE_API_TOKEN_STAGING }}"

prod:
name: Production
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v17
with:
slate_api_endpoint: "https://api.slateci.io"
secrets:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ on:
jobs:
test:
name: Test Helm Charts
uses: slateci/github-actions/.github/workflows/chart-repo-test.yml@v16
uses: slateci/github-actions/.github/workflows/chart-repo-test.yml@v17
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
jobs:
helm-repo:
name: Helm Repo
uses: slateci/github-actions/.github/workflows/chart-repo-release.yml@v16
uses: slateci/github-actions/.github/workflows/chart-repo-release.yml@v17
secrets:
gh_token: "${{ secrets.GITHUB_TOKEN }}"

Expand All @@ -20,6 +20,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 601c1cc

Please sign in to comment.