From 42664cfc3afdbfb7dd17bc033b0b834b76b97258 Mon Sep 17 00:00:00 2001 From: Johnny Date: Sun, 26 Jan 2025 23:38:37 +0100 Subject: [PATCH] Update ghstack_land.yml --- .github/workflows/ghstack_land.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghstack_land.yml b/.github/workflows/ghstack_land.yml index 5ded2b1b07774..c7496348d235e 100644 --- a/.github/workflows/ghstack_land.yml +++ b/.github/workflows/ghstack_land.yml @@ -21,7 +21,7 @@ jobs: with: token: ${{ secrets.GARDENER_PAT }} fetch-depth: '0' - - uses: actions/checkout@v5 + - uses: actions/setup_python@v5 with: python-version: 3.9 - name: Check Current CI Status