diff --git a/.github/workflows/blitztext-linux-ci.yml b/.github/workflows/blitztext-linux-ci.yml index c0a444f..0953c40 100644 --- a/.github/workflows/blitztext-linux-ci.yml +++ b/.github/workflows/blitztext-linux-ci.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Secret hygiene scan run: | @@ -52,7 +52,7 @@ jobs: QT_QPA_PLATFORM: offscreen steps: - name: Checkout - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6