Skip to content

Commit

Permalink
Merge pull request #219 from near/merge_upstream
Browse files Browse the repository at this point in the history
Merge upstream at 14 Feb, 2024
  • Loading branch information
aborg-dev authored Feb 14, 2024
2 parents a592aed + 41d1674 commit d0fbaba
Show file tree
Hide file tree
Showing 1,449 changed files with 75,210 additions and 69,278 deletions.
2 changes: 1 addition & 1 deletion .github/actions/binary-compatible-builds/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: 'Set up a CentOS 6 container to build releases in'
description: 'Set up a CentOS 6 container to build releases in'

runs:
using: node16
using: node20
main: 'main.js'
inputs:
name:
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-cargo-vet/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,12 @@ inputs:
version:
description: 'Version to install'
required: false
default: '0.8.0'
default: '0.9.0'

runs:
using: composite
steps:
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: ${{ runner.tool_cache }}/cargo-vet
key: cargo-vet-bin-${{ inputs.version }}
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/install-rust/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ runs:
run: echo CARGO_REGISTRY_CACHE_KEY=$(date +%Y%m%d) >> $GITHUB_ENV

- name: Cache Cargo registry index
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.cargo/registry/index/
key: cargo-registry-${{ env.CARGO_REGISTRY_CACHE_KEY }}
Expand All @@ -90,7 +90,7 @@ runs:
restore-keys: cargo-registry-

- name: Cache crate sources for dependencies
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cargo/registry/cache/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
if: github.repository == 'bytecodealliance/wasmtime'
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
submodules: true
- uses: actions-rs/audit-check@v1
Expand Down
Loading

0 comments on commit d0fbaba

Please sign in to comment.