From 5eba39b9b7aa66552ac26f65d02d0faa3da27fe9 Mon Sep 17 00:00:00 2001 From: jones Date: Fri, 25 Oct 2024 23:59:09 +0200 Subject: [PATCH] fixed wrong workflow yaml --- .github/workflows/dart.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/dart.yml b/.github/workflows/dart.yml index 74f6624..2c9a34a 100644 --- a/.github/workflows/dart.yml +++ b/.github/workflows/dart.yml @@ -20,9 +20,7 @@ jobs: steps: - name: 🚚 Get latest code uses: actions/checkout@v4.2.0 - uses: actions/checkout@v4.2.0 - name: Set up Python 3.11 - uses: actions/setup-python@v5.2.0 uses: actions/setup-python@v5.2.0 with: python-version: "3.11"