From a80c6e8c04ce82517435da2a5fba7dc8dd4c86ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 08:51:16 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/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) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/codeql.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a77cd5c..c4399f3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: name: ${{ matrix.os }} / ${{ matrix.sanitizer }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies (Ubuntu) if: runner.os == 'Linux' diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index e0c552d..01586e7 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -16,7 +16,7 @@ jobs: security-events: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies run: sudo apt-get update && sudo apt-get install -y freeglut3-dev libglew-dev diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index afb15f4..7aa72ca 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -22,7 +22,7 @@ jobs: name: Build ${{ matrix.artifact }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Install dependencies (Ubuntu) if: runner.os == 'Linux'