Skip to content

Commit

Permalink
Bump slackapi/slack-github-action from 1.26.0 to 1.27.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.26.0 to 1.27.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases)
- [Commits](slackapi/slack-github-action@v1.26.0...v1.27.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 Sep 2, 2024
1 parent a97d871 commit 4667040
Show file tree
Hide file tree
Showing 8 changed files with 20 additions and 20 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/ --exclude https://twitter.com/daft_dataframe --exclude https://www.linkedin.com/company/eventualcomputing/
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.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 @@ -79,7 +79,7 @@ jobs:
path: tpch-*.txt

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.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 @@ -50,7 +50,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.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.26.0
uses: slackapi/slack-github-action@v1.27.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.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ jobs:
path: ./report-output

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -259,7 +259,7 @@ jobs:
DAFT_RUNNER: ${{ matrix.daft-runner }}

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -335,7 +335,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -431,7 +431,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() }}
with:
payload: |
Expand Down Expand Up @@ -508,7 +508,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -578,7 +578,7 @@ jobs:
env:
DAFT_RUNNER: ${{ matrix.daft-runner }}
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -660,7 +660,7 @@ jobs:
with:
run: pytest tests/benchmarks -m benchmark --codspeed
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -706,7 +706,7 @@ jobs:
name: coverage-reports-rust-tests-${{ runner.os }}
path: ./report-output
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -809,7 +809,7 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
files: ./report-output/*
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -890,7 +890,7 @@ jobs:
python -c 'import daft; from daft import *'
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -957,7 +957,7 @@ jobs:
pre-commit run --all-files
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.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 @@ -111,7 +111,7 @@ jobs:
path: dist

- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.0
if: ${{ failure() && (github.ref == 'refs/heads/main') }}
with:
payload: |
Expand Down Expand Up @@ -186,7 +186,7 @@ jobs:
upload_wheels
- name: Send Slack notification on failure
uses: slackapi/slack-github-action@v1.26.0
uses: slackapi/slack-github-action@v1.27.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.26.0
uses: slackapi/slack-github-action@v1.27.0
if: failure()
with:
payload: |
Expand Down

0 comments on commit 4667040

Please sign in to comment.