Skip to content

Commit

Permalink
Bump slackapi/slack-github-action from 1.24.0 to 1.25.0
Browse files Browse the repository at this point in the history
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action) from 1.24.0 to 1.25.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.24.0...v1.25.0)

---
updated-dependencies:
- dependency-name: slackapi/slack-github-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
1 parent 21cb2b5 commit 8ab7620
Show file tree
Hide file tree
Showing 8 changed files with 18 additions and 18 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/broken-link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
retry_on: error
command: blc https://www.getdaft.io -ro --exclude www.pytorch.org/ --exclude https://github.com/Eventual-Inc/Daft/
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/daft-profiling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
path: tpch-*.txt

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/nightlies-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -119,7 +119,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notebook-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Run notebooks in tutorials
run: find tutorials -name "*.ipynb" -print0 | xargs -0 -I {} papermill {} /tmp/out.ipynb -p CI True --kernel python3 --no-progress-bar --cwd /tmp/
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/property-based-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
HYPOTHESIS_MAX_EXAMPLES: 10000

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down
18 changes: 9 additions & 9 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,7 @@ jobs:
path: ./report-output

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_MICROPARTITIONS: ${{ matrix.micropartitions }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -300,7 +300,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_MICROPARTITIONS: ${{ matrix.micropartitions }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -397,7 +397,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_MICROPARTITIONS: ${{ matrix.micropartitions }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() }}
with:
payload: |
Expand Down Expand Up @@ -477,7 +477,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}
DAFT_MICROPARTITIONS: ${{ matrix.micropartitions }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -523,7 +523,7 @@ jobs:
name: coverage-reports
path: ./report-output
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -560,7 +560,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: ./report-output/*
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -641,7 +641,7 @@ jobs:
python -c 'import daft; from daft import *'
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -696,7 +696,7 @@ jobs:
pre-commit run --all-files
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
path: dist

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -182,7 +182,7 @@ jobs:
upload_wheels
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ray-compatibility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
DAFT_RUNNER: ray

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.24.0
uses: slackapi/slack-github-action@v1.25.0
if: failure()
with:
payload: |
Expand Down

0 comments on commit 8ab7620

Please sign in to comment.