From 5b0124095063ccccc5330ff7fcd792c4a3ab7266 Mon Sep 17 00:00:00 2001 From: Kostis Sagonas Date: Thu, 27 Nov 2025 08:55:40 +0100 Subject: [PATCH] Bump actions/checkout from 3 to 6 --- .github/workflows/ci.yml | 2 +- .github/workflows/codespell.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a553de3..db7ff44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: QD_DBG: ${{ matrix.dbg }} steps: - name: Checkout code - uses: actions/checkout@v3 + uses: actions/checkout@v6 - name: Install packages run: | sudo apt-get update -qq diff --git a/.github/workflows/codespell.yml b/.github/workflows/codespell.yml index 373b95a..664b8d3 100644 --- a/.github/workflows/codespell.yml +++ b/.github/workflows/codespell.yml @@ -4,5 +4,5 @@ jobs: codespell: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v6 - uses: codespell-project/actions-codespell@master