From 28a9159ad7e14dc2b9b30c51e2bb04591ab16e5e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 13:42:41 +0000 Subject: [PATCH] Bump the action-updates group with 2 updates Bumps the action-updates group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [jurplel/install-qt-action](https://github.com/jurplel/install-qt-action). Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v6) Updates `jurplel/install-qt-action` from 3 to 4 - [Release notes](https://github.com/jurplel/install-qt-action/releases) - [Commits](https://github.com/jurplel/install-qt-action/compare/v3.0.0...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates - dependency-name: jurplel/install-qt-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/build-sanitizers.yml | 2 +- .github/workflows/build.yml | 2 +- .github/workflows/nightly.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/build-sanitizers.yml b/.github/workflows/build-sanitizers.yml index 301edb99..c7e79b89 100644 --- a/.github/workflows/build-sanitizers.yml +++ b/.github/workflows/build-sanitizers.yml @@ -27,7 +27,7 @@ jobs: qt-flavor: asan_ubsan steps: - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Setup Sanitized Qt uses: KDABLabs/sanitized-qt-action@v1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 55110996..f12ca288 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -75,7 +75,7 @@ jobs: cache: true - name: Checkout sources - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: Install dependencies on Ubuntu (${{ join(matrix.config.apt_pgks, ' ') }}) if: ${{ runner.os == 'Linux' && matrix.config.apt_pgks }} diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 0f93b7ba..c67a9cbd 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -32,7 +32,7 @@ jobs: steps: - name: Install Qt ${{ matrix.config.qt_version }} with options and default aqtversion - uses: jurplel/install-qt-action@v3 + uses: jurplel/install-qt-action@v4 with: version: ${{ matrix.config.qt_version }} cache: true @@ -46,7 +46,7 @@ jobs: sudo apt update -qq echo ${{ join(matrix.config.apt_pgks, ' ') }} | xargs sudo apt install -y - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 #with: #ref: '2.0' # schedule.cron do not allow branch setting