This is an automated email from the ASF dual-hosted git repository.

rahulvats pushed a commit to branch v3-1-test
in repository https://gitbox.apache.org/repos/asf/airflow.git

commit 6e99a3e0fdb0ca9ec2c373c223f91e7a1df84f6b
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sun Mar 8 23:06:14 2026 +0100

    chore(deps): bump the github-actions-updates group with 2 updates (#63157)
    
    Bumps the github-actions-updates group with 2 updates: 
[pnpm/action-setup](https://github.com/pnpm/action-setup) and 
[slackapi/slack-github-action](https://github.com/slackapi/slack-github-action).
    
    
    Updates `pnpm/action-setup` from 4.0.0 to 4.2.0
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - 
[Commits](https://github.com/pnpm/action-setup/compare/fe02b34f77f8bc703788d5817da081398fad5dd2...41ff72655975bd51cab0327fa583b6e92b6d3061)
    
    Updates `slackapi/slack-github-action` from 2.0.0 to 2.1.1
    - [Release notes](https://github.com/slackapi/slack-github-action/releases)
    - 
[Commits](https://github.com/slackapi/slack-github-action/compare/485a9d42d3a73031f12ec201c457e2162c45d02d...91efab103c0de0a537f72a35f6b8cda0ee76bf0a)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      dependency-version: 4.2.0
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-updates
    - dependency-name: slackapi/slack-github-action
      dependency-version: 2.1.1
      dependency-type: direct:production
      update-type: version-update:semver-minor
      dependency-group: github-actions-updates
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/basic-tests.yml     | 2 +-
 .github/workflows/ci-amd-arm.yml      | 2 +-
 .github/workflows/ci-notification.yml | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 6e56d0100a6..1202d6b1175 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -155,7 +155,7 @@ jobs:
         with:
           persist-credentials: false
       - name: Setup pnpm
-        uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2  # 
v4.0.0
+        uses: pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061  # 
v4.2.0
         with:
           version: 9
           run_install: false
diff --git a/.github/workflows/ci-amd-arm.yml b/.github/workflows/ci-amd-arm.yml
index fcf319d708f..99dbeaf1532 100644
--- a/.github/workflows/ci-amd-arm.yml
+++ b/.github/workflows/ci-amd-arm.yml
@@ -932,7 +932,7 @@ jobs:
     steps:
       - name: Notify Slack
         id: slack
-        uses: 
slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d  # v2.0.0
+        uses: 
slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a  # v2.1.1
         with:
           method: chat.postMessage
           token: ${{ env.SLACK_BOT_TOKEN }}
diff --git a/.github/workflows/ci-notification.yml 
b/.github/workflows/ci-notification.yml
index 298c3fbeac1..e009e380e92 100644
--- a/.github/workflows/ci-notification.yml
+++ b/.github/workflows/ci-notification.yml
@@ -58,7 +58,7 @@ jobs:
       - name: "Send Slack notification"
         if: steps.find-workflow-run-status.outputs.conclusion == 'failure'
         id: slack
-        uses: 
slackapi/slack-github-action@485a9d42d3a73031f12ec201c457e2162c45d02d  # v2.0.0
+        uses: 
slackapi/slack-github-action@91efab103c0de0a537f72a35f6b8cda0ee76bf0a  # v2.1.1
         with:
           method: chat.postMessage
           token: ${{ env.SLACK_BOT_TOKEN }}

Reply via email to