diff --git a/.github/workflows/build_lint.yml b/.github/workflows/build_lint.yml index 1731d95e..455946c0 100644 --- a/.github/workflows/build_lint.yml +++ b/.github/workflows/build_lint.yml @@ -46,7 +46,7 @@ jobs: name: "Pre-release dependencies" # Mainly to test Mesa pre-releases steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index cebd8e6a..40ea42bb 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -11,7 +11,7 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: codespell-project/actions-codespell@master with: ignore_words_file: .codespellignore diff --git a/.github/workflows/examples.yml b/.github/workflows/examples.yml index d1a04c66..5c66d995 100644 --- a/.github/workflows/examples.yml +++ b/.github/workflows/examples.yml @@ -19,7 +19,7 @@ jobs: examples: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: @@ -30,7 +30,7 @@ jobs: - name: Install Mesa run: uv pip install --system .[examples] - name: Checkout mesa-examples - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: repository: mesa/mesa-examples path: mesa-examples diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e15408e2..ece71793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -26,7 +26,7 @@ jobs: id-token: write steps: - name: Checkout source - uses: actions/checkout@v5 + uses: actions/checkout@v6 - name: Set up Python uses: actions/setup-python@v6 with: