From ef570267f259100118b95673e17def50f0a951df Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Oct 2025 10:11:38 +0000 Subject: [PATCH] chore(deps): bump the gh-dependency group across 1 directory with 3 updates Bumps the gh-dependency group with 3 updates in the /.github/workflows directory: [actions/checkout](https://github.com/actions/checkout), [actions/setup-python](https://github.com/actions/setup-python) and [tj-actions/git-cliff](https://github.com/tj-actions/git-cliff). Updates `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) Updates `actions/setup-python` from 5 to 6 - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](https://github.com/actions/setup-python/compare/v5...v6) Updates `tj-actions/git-cliff` from 1 to 2 - [Release notes](https://github.com/tj-actions/git-cliff/releases) - [Changelog](https://github.com/tj-actions/git-cliff/blob/main/HISTORY.md) - [Commits](https://github.com/tj-actions/git-cliff/compare/v1...v2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency - dependency-name: actions/setup-python dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency - dependency-name: tj-actions/git-cliff dependency-version: '2' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-dependency ... Signed-off-by: dependabot[bot] --- .github/workflows/python.yaml | 4 ++-- .github/workflows/release.yaml | 4 ++-- .github/workflows/rust.yaml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 1ae6732..3fe1721 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -24,12 +24,12 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 - name: Install Python - uses: actions/setup-python@v5 + uses: actions/setup-python@v6 with: python-version: "3.11" diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 1f91b0c..8baa03d 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -14,7 +14,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 @@ -48,7 +48,7 @@ jobs: cargo build --release --features cocos - name: Generate Changelog using git-cliff - uses: tj-actions/git-cliff@v1 + uses: tj-actions/git-cliff@v2 with: args: --verbose output: "CHANGELOG.md" diff --git a/.github/workflows/rust.yaml b/.github/workflows/rust.yaml index 7fd9bf2..a34e2af 100644 --- a/.github/workflows/rust.yaml +++ b/.github/workflows/rust.yaml @@ -26,7 +26,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0