-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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](peter-evans/create-pull-request@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](Mozilla-Actions/sccache-action@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] <[email protected]>
- Loading branch information
1 parent
a3310f4
commit 22ddf16
Showing
3 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -101,7 +101,7 @@ jobs: | |
- uses: dsherret/rust-toolchain-file@v1 | ||
with: | ||
targets: ${{ matrix.target }} | ||
- uses: mozilla-actions/[email protected].5 | ||
- uses: mozilla-actions/[email protected].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/[email protected] | ||
id: latest-tag | ||
- uses: dsherret/rust-toolchain-file@v1 | ||
- uses: mozilla-actions/[email protected].5 | ||
- uses: mozilla-actions/[email protected].6 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- shell: bash | ||
env: | ||
|
@@ -349,7 +349,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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -75,7 +75,7 @@ jobs: | |
name: Setup sccache secrets | ||
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
- shell: bash | ||
run: | | ||
|
@@ -119,7 +119,7 @@ jobs: | |
name: Setup sccache secrets | ||
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
- uses: metatypedev/setup-ghjk@318209a9d215f70716a4ac89dbeb9653a2deb8bc | ||
with: | ||
# temporary fix | ||
|
@@ -235,7 +235,7 @@ jobs: | |
name: Setup sccache secrets | ||
run: echo "RUSTC_WRAPPER=sccache" >> $GITHUB_ENV | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: mozilla-actions/[email protected].5 | ||
uses: mozilla-actions/[email protected].6 | ||
# - name: Cache deno dir | ||
# uses: actions/cache@v4 | ||
# with: | ||
|