From 690e4694e861ea7ab62f9dbbd3eb75a1f6e781e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 07:12:53 +0000 Subject: [PATCH] ci(deps): bump the github-actions group with 2 updates Bumps the github-actions group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/cache](https://github.com/actions/cache). Updates `actions/checkout` from 6 to 7 - [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/v6...v7) Updates `actions/cache` from 5 to 6 - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-build.yml | 4 ++-- .github/workflows/ci-lint.yml | 2 +- .github/workflows/quality-analysis.yml | 8 ++++---- .github/workflows/security-codeql.yml | 4 ++-- .github/workflows/security-deps.yml | 2 +- .github/workflows/vcpkg-update.yml | 2 +- 6 files changed, 11 insertions(+), 11 deletions(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 1d7fd9b..156a163 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -60,7 +60,7 @@ jobs: steps: - name: Checkout repository (with submodules) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -80,7 +80,7 @@ jobs: pkg-config - name: Cache vcpkg packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ github.workspace }}/vcpkg_installed diff --git a/.github/workflows/ci-lint.yml b/.github/workflows/ci-lint.yml index c624213..50026e7 100644 --- a/.github/workflows/ci-lint.yml +++ b/.github/workflows/ci-lint.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Actionlint uses: step-security/action-actionlint@v1 diff --git a/.github/workflows/quality-analysis.yml b/.github/workflows/quality-analysis.yml index cef766e..3087907 100644 --- a/.github/workflows/quality-analysis.yml +++ b/.github/workflows/quality-analysis.yml @@ -28,7 +28,7 @@ jobs: steps: - name: Checkout repository (with submodules) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive fetch-depth: 0 @@ -43,7 +43,7 @@ jobs: libxkbcommon-dev pkg-config - name: Cache vcpkg packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ github.workspace }}/vcpkg_installed @@ -84,7 +84,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: submodules: recursive @@ -122,7 +122,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run codespell uses: codespell-project/actions-codespell@v2 diff --git a/.github/workflows/security-codeql.yml b/.github/workflows/security-codeql.yml index ad8e39d..b05c107 100644 --- a/.github/workflows/security-codeql.yml +++ b/.github/workflows/security-codeql.yml @@ -47,7 +47,7 @@ jobs: steps: # Checkout repository and initialize submodules (vcpkg). - name: Checkout repository (with submodules) - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # Install system dependencies required by Raylib, GLFW and related libraries. submodules: recursive @@ -65,7 +65,7 @@ jobs: pkg-config - name: Cache vcpkg packages - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ${{ github.workspace }}/vcpkg_installed diff --git a/.github/workflows/security-deps.yml b/.github/workflows/security-deps.yml index 7ba1168..d4f5560 100644 --- a/.github/workflows/security-deps.yml +++ b/.github/workflows/security-deps.yml @@ -20,7 +20,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Review dependencies for vulnerabilities uses: actions/dependency-review-action@v5 diff --git a/.github/workflows/vcpkg-update.yml b/.github/workflows/vcpkg-update.yml index 60f952d..db07038 100644 --- a/.github/workflows/vcpkg-update.yml +++ b/.github/workflows/vcpkg-update.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: token: ${{ secrets.GITHUB_TOKEN }} fetch-depth: 0