This is an automated email from the ASF dual-hosted git repository.
potiuk 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 375baaf6853 Switch to pnpm hash commit after it's been allowed by
INFRA (#45776)
375baaf6853 is described below
commit 375baaf6853c7cd674c7f326d9f60fb8f70033da
Author: Jarek Potiuk <[email protected]>
AuthorDate: Sat Jan 18 10:02:47 2025 +0100
Switch to pnpm hash commit after it's been allowed by INFRA (#45776)
---
.github/workflows/basic-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/basic-tests.yml
b/.github/workflows/basic-tests.yml
index 764eb6f714a..3ae6e3af42d 100644
--- a/.github/workflows/basic-tests.yml
+++ b/.github/workflows/basic-tests.yml
@@ -100,7 +100,7 @@ jobs:
- name: "Cleanup docker"
run: ./scripts/ci/cleanup_docker.sh
- name: Setup pnpm
- uses: pnpm/[email protected]
+ uses: pnpm/action-setup@fe02b34f77f8bc703788d5817da081398fad5dd2 #
v4.0.0
with:
version: 9
run_install: false