diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index d80d91f4..c07b2818 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest container: fedorapython/fedora-python-tox:latest steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install base Python dependencies run: | @@ -39,7 +39,7 @@ jobs: runs-on: ubuntu-latest container: "fedorapython/fedora-python-tox:${{ matrix.fedver }}" steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install RPM dependencies run: |