Skip to content
This repository was archived by the owner on Jun 24, 2025. It is now read-only.

Commit 601c1cc

Browse files
Bump slateci/github-actions from 16 to 17 (#137)
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] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 009bea3 commit 601c1cc

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/notify-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,15 +12,15 @@ on:
1212
jobs:
1313
staging:
1414
name: Staging
15-
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16
15+
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v17
1616
with:
1717
slate_api_endpoint: "https://api.staging.slateci.io"
1818
secrets:
1919
slate_api_token: "${{ secrets.SLATE_API_TOKEN_STAGING }}"
2020

2121
prod:
2222
name: Production
23-
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v16
23+
uses: slateci/github-actions/.github/workflows/slate-updateapps.yml@v17
2424
with:
2525
slate_api_endpoint: "https://api.slateci.io"
2626
secrets:

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ on:
88
jobs:
99
test:
1010
name: Test Helm Charts
11-
uses: slateci/github-actions/.github/workflows/chart-repo-test.yml@v16
11+
uses: slateci/github-actions/.github/workflows/chart-repo-test.yml@v17

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
helm-repo:
1010
name: Helm Repo
11-
uses: slateci/github-actions/.github/workflows/chart-repo-release.yml@v16
11+
uses: slateci/github-actions/.github/workflows/chart-repo-release.yml@v17
1212
secrets:
1313
gh_token: "${{ secrets.GITHUB_TOKEN }}"
1414

@@ -20,6 +20,6 @@ jobs:
2020

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

0 commit comments

Comments
 (0)