From a4ab07cfe1f476d171ab1b3e04360999e69f4d85 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Nov 2025 17:34:52 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/codeql-analysis.yml | 2 +- .github/workflows/main.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index f5b5c9f..099525f 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -44,7 +44,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index fd24669..d5dc2e8 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Git config run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v5 with: @@ -50,7 +50,7 @@ jobs: run: sudo apt-get install libcairo2-dev - name: Git config run: git config --global core.autocrlf input - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Set up Python v${{matrix.python-version}} - ${{runner.os}} uses: actions/setup-python@v5 with: @@ -94,7 +94,7 @@ jobs: needs: "build" if: github.ref == 'refs/heads/main' steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 - name: Setup git and push to remote