diff --git a/.github/workflows/label_export.yml b/.github/workflows/label_export.yml index 7d73ca3..f60dd20 100644 --- a/.github/workflows/label_export.yml +++ b/.github/workflows/label_export.yml @@ -27,7 +27,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v5.1.1 + uses: actions/setup-python@v5.3.0 with: python-version: "3.x" - name: Install dependencies