From fb9bd149149dfabee3635fc75c79e23af4c1505a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Sep 2025 18:35:32 +0000 Subject: [PATCH] chore(deps): bump the gh-dependency group Bumps the gh-dependency group in /.github/workflows with 2 updates: [actions/checkout](https://github.com/actions/checkout) 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 `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: 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 | 2 +- .github/workflows/release.yaml | 4 ++-- .github/workflows/rust.yaml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/python.yaml b/.github/workflows/python.yaml index 1ae6732..618be00 100644 --- a/.github/workflows/python.yaml +++ b/.github/workflows/python.yaml @@ -24,7 +24,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 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