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

jason810496 pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new 804238447da Bump pnpm/action-setup in the github-actions-updates group 
(#73001)
804238447da is described below

commit 804238447da88c4065a2a19d7c2deef4b0dc01d5
Author: Dependabot [bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Sat Sep 12 12:34:37 2026 +0800

    Bump pnpm/action-setup in the github-actions-updates group (#73001)
    
    Bumps the github-actions-updates group with 1 update: 
[pnpm/action-setup](https://github.com/pnpm/action-setup).
    
    
    Updates `pnpm/action-setup` from 6.0.10 to 6.1.0
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - 
[Commits](https://github.com/pnpm/action-setup/compare/0977fd99725f1db4007ccb2928dbb4e90d06cc86...ea17c68df8912ef543352723c149a84f56e3d413)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      dependency-version: 6.1.0
      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/airflow-e2e-tests.yml | 2 +-
 .github/workflows/basic-tests.yml       | 2 +-
 .github/workflows/registry-backfill.yml | 2 +-
 .github/workflows/registry-build.yml    | 2 +-
 .github/workflows/ui-e2e-tests.yml      | 2 +-
 5 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/.github/workflows/airflow-e2e-tests.yml 
b/.github/workflows/airflow-e2e-tests.yml
index 51ea5aeee61..95f606c1532 100644
--- a/.github/workflows/airflow-e2e-tests.yml
+++ b/.github/workflows/airflow-e2e-tests.yml
@@ -175,7 +175,7 @@ jobs:
             e2e-go-sdk-go-v1-${{ runner.os }}-${{ runner.arch }}-
       - name: "Setup pnpm for the TypeScript SDK build"
         if: inputs.e2e_test_mode == 'ts_sdk'
-        uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86  # 
v6.0.10
+        uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413  # 
v6.1.0
         with:
           package_json_file: ts-sdk/package.json
           run_install: false
diff --git a/.github/workflows/basic-tests.yml 
b/.github/workflows/basic-tests.yml
index 009c348eee9..f91472481d4 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -192,7 +192,7 @@ jobs:
         with:
           persist-credentials: false
       - name: Setup pnpm
-        uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86  # 
v6.0.10
+        uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413  # 
v6.1.0
         with:
           version: 9
           run_install: false
diff --git a/.github/workflows/registry-backfill.yml 
b/.github/workflows/registry-backfill.yml
index bbd14630981..7a2674e6a30 100644
--- a/.github/workflows/registry-backfill.yml
+++ b/.github/workflows/registry-backfill.yml
@@ -218,7 +218,7 @@ jobs:
             --provider "${PROVIDER}" ${VERSION_ARGS}
 
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86  # 
v6.0.10
+        uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413  # 
v6.1.0
         with:
           version: 10
 
diff --git a/.github/workflows/registry-build.yml 
b/.github/workflows/registry-build.yml
index b76d416c361..b62c80ce6d4 100644
--- a/.github/workflows/registry-build.yml
+++ b/.github/workflows/registry-build.yml
@@ -277,7 +277,7 @@ jobs:
           fi
 
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86  # 
v6.0.10
+        uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413  # 
v6.1.0
         with:
           version: 10
 
diff --git a/.github/workflows/ui-e2e-tests.yml 
b/.github/workflows/ui-e2e-tests.yml
index e1654e1f152..307b3b9af17 100644
--- a/.github/workflows/ui-e2e-tests.yml
+++ b/.github/workflows/ui-e2e-tests.yml
@@ -121,7 +121,7 @@ jobs:
         uses: ./.github/actions/breeze
         if: github.event_name == 'workflow_dispatch'
       - name: "Setup pnpm"
-        uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86  # 
v6.0.10
+        uses: pnpm/action-setup@ea17c68df8912ef543352723c149a84f56e3d413  # 
v6.1.0
         with:
           version: 9
           run_install: false

Reply via email to