diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index 7bb3a30..f8458aa 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -14,7 +14,7 @@ jobs: - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' cache: pip @@ -31,7 +31,7 @@ jobs: - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' cache: pip diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 55cbb58..b969193 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -16,7 +16,7 @@ jobs: - name: Create requirements file for setup-python run: touch ./requirements.txt - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: '3.13' cache: pip