diff --git a/.github/workflows/check-for-updates.yml b/.github/workflows/check-for-updates.yml index b36306d..187ad3a 100644 --- a/.github/workflows/check-for-updates.yml +++ b/.github/workflows/check-for-updates.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10" - name: prepare pip diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 044ebce..d916fec 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python }} - name: apt update