From 6a0564a9d9d00d7957adeb8b325a0921f9f6ac22 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Dec 2025 16:02:48 +0000 Subject: [PATCH] chore(ci-deps): bump the gh-actions-deps group with 2 updates Bumps the gh-actions-deps group with 2 updates: [actions/checkout](https://github.com/actions/checkout) and [actions/first-interaction](https://github.com/actions/first-interaction). Updates `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) Updates `actions/first-interaction` from 1 to 3 - [Release notes](https://github.com/actions/first-interaction/releases) - [Commits](https://github.com/actions/first-interaction/compare/v1...v3) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-deps - dependency-name: actions/first-interaction dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: gh-actions-deps ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-debug-builds.yml | 2 +- .github/workflows/dependency-review.yml | 2 +- .github/workflows/greetings.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci-debug-builds.yml b/.github/workflows/ci-debug-builds.yml index 64cabd6..f56c222 100644 --- a/.github/workflows/ci-debug-builds.yml +++ b/.github/workflows/ci-debug-builds.yml @@ -29,7 +29,7 @@ jobs: - armv7-unknown-linux-musleabi - armv7-unknown-linux-musleabihf steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Cache Rust assets id: rust-cache uses: Swatinem/rust-cache@v2 diff --git a/.github/workflows/dependency-review.yml b/.github/workflows/dependency-review.yml index 72b73e3..81076a7 100644 --- a/.github/workflows/dependency-review.yml +++ b/.github/workflows/dependency-review.yml @@ -10,6 +10,6 @@ jobs: runs-on: ubuntu-latest steps: - name: 'Checkout Repository' - uses: actions/checkout@v4 + uses: actions/checkout@v6 - name: 'Dependency Review' uses: actions/dependency-review-action@v4 diff --git a/.github/workflows/greetings.yml b/.github/workflows/greetings.yml index 2fdc1dd..1f7a035 100644 --- a/.github/workflows/greetings.yml +++ b/.github/workflows/greetings.yml @@ -9,7 +9,7 @@ jobs: issues: write pull-requests: write steps: - - uses: actions/first-interaction@v1 + - uses: actions/first-interaction@v3 with: repo-token: ${{ secrets.GITHUB_TOKEN }} issue-message: "Welcome to the `scrob` project! Please make sure to read the Code of Conduct in the meantime, and we will respond when we can."