From 057dd247f62bfb857b46fc42d41c9b42a31cc0e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 31 Oct 2024 06:30:06 +0000 Subject: [PATCH] chore(deps): Bump the deps group with 2 updates Bumps the deps group with 2 updates: [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) and [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `peter-evans/create-pull-request` from 6 to 7 - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) Updates `mozilla-actions/sccache-action` from 0.0.5 to 0.0.6 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.5...v0.0.6) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major dependency-group: deps - dependency-name: mozilla-actions/sccache-action dependency-type: direct:production update-type: version-update:semver-patch dependency-group: deps ... Signed-off-by: dependabot[bot] --- .github/workflows/autoupdate.yml | 2 +- .github/workflows/release.yml | 6 +++--- .github/workflows/tests.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/autoupdate.yml b/.github/workflows/autoupdate.yml index 56c7e4e583..4f55938a67 100644 --- a/.github/workflows/autoupdate.yml +++ b/.github/workflows/autoupdate.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-python@v5 - uses: browniebroke/pre-commit-autoupdate-action@main - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.GITHUB_TOKEN }} branch: update/pre-commit-hooks diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 711d3433fe..87b7689fd3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -101,7 +101,7 @@ jobs: - uses: dsherret/rust-toolchain-file@v1 with: targets: ${{ matrix.target }} - - uses: mozilla-actions/sccache-action@v0.0.5 + - uses: mozilla-actions/sccache-action@v0.0.6 - run: | # sometimes, dtolnay/rust-toolchain does not select the correct default target rustup target add ${{ matrix.target }} @@ -169,7 +169,7 @@ jobs: - uses: WyriHaximus/github-action-get-previous-tag@v1.4.0 id: latest-tag - uses: dsherret/rust-toolchain-file@v1 - - uses: mozilla-actions/sccache-action@v0.0.5 + - uses: mozilla-actions/sccache-action@v0.0.6 - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc - shell: bash env: @@ -352,7 +352,7 @@ jobs: ghjk x version-bump prerelease echo "version=$(ghjk x version-print)" >> $GITHUB_OUTPUT git cliff --output CHANGELOG.md - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: branch: bump-${{ steps.bump.outputs.version }} delete-branch: true diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index d98b1f93e3..bfb6e554a0 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -84,7 +84,7 @@ jobs: name: Setup sccache secrets run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - if: ${{ env.AWS_ACCESS_KEY_ID != '' }} - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc - shell: bash run: | @@ -128,7 +128,7 @@ jobs: name: Setup sccache secrets run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - if: ${{ env.AWS_ACCESS_KEY_ID != '' }} - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc with: # temporary fix @@ -244,7 +244,7 @@ jobs: name: Setup sccache secrets run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV - if: ${{ env.AWS_ACCESS_KEY_ID != '' }} - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 # - name: Cache deno dir # uses: actions/cache@v4 # with: