-
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.
Merge branch 'main' into feat/typegraph-ng
- Loading branch information
Showing
172 changed files
with
7,565 additions
and
5,612 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -103,7 +103,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 }} | ||
|
@@ -171,7 +171,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: | ||
|
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 |
---|---|---|
|
@@ -86,7 +86,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: | | ||
|
@@ -129,7 +129,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 | ||
|
@@ -245,7 +245,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: | ||
|
@@ -315,7 +315,7 @@ jobs: | |
# we need secrets for coverage so we skip if not avail | ||
# this applies to dedpendabot PRs for example | ||
- if: ${{ env.AWS_ACCESS_KEY_ID != '' }} | ||
uses: codecov/codecov-action@v4 | ||
uses: codecov/codecov-action@v5 | ||
with: | ||
token: ${{ secrets.CODECOV_TOKEN }} | ||
files: ./coverage.lcov | ||
|
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
Oops, something went wrong.