diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3b03b4fd..acdaedc26f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,9 +18,9 @@ jobs: python-version: [pypy-3.10, 3.9, '3.10', '3.11', '3.12'] backend: ['x11', 'wayland'] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up python ${{ matrix.python-version }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} - name: Install dependencies