Skip to content

Commit

Permalink
Update all dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2024
1 parent f147c23 commit 5d75201
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
cache: true
Expand All @@ -37,7 +37,7 @@ jobs:
echo >> $GITHUB_ENV OSS_CAD_SUITE_DATE=$(cat ci/oss-cad-suite-version)
- name: Cache OSS CAD Suite
id: cache-oss-cad-suite
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/cache/
key: ${{ runner.os }}-${{ env.OSS_CAD_SUITE_DATE }}
Expand Down Expand Up @@ -87,7 +87,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
cache: true
Expand All @@ -98,7 +98,7 @@ jobs:
echo >> $GITHUB_ENV OSS_CAD_SUITE_DATE=$(cat ci/oss-cad-suite-version)
- name: Cache OSS CAD Suite
id: cache-oss-cad-suite
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/cache/
key: ${{ runner.os }}-${{ env.OSS_CAD_SUITE_DATE }}
Expand All @@ -125,7 +125,7 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: pdm-project/setup-pdm@v3
- uses: pdm-project/setup-pdm@v4
with:
python-version: 3.11
cache: true
Expand All @@ -136,7 +136,7 @@ jobs:
echo >> $GITHUB_ENV OSS_CAD_SUITE_DATE=$(cat ci/oss-cad-suite-version)
- name: Cache OSS CAD Suite
id: cache-oss-cad-suite
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/cache/
key: ${{ runner.os }}-${{ env.OSS_CAD_SUITE_DATE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-yosys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v5
uses: peter-evans/create-pull-request@v6
with:
token: ${{ secrets.PAT }}
commit-message: Update OSS CAD Suite version to ${{ env.OSS_CAD_SUITE_DATE }}.
Expand Down
4 changes: 2 additions & 2 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion sentinel-rt/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ edition = "2021"

[dependencies]
riscv = { version = "0.11.0", features = ["critical-section-single-hart"] }
riscv-rt = "0.12.0"
riscv-rt = "0.12.1"

[dev-dependencies]
critical-section = { version = "1.1.2", default-features = false }
Expand Down

0 comments on commit 5d75201

Please sign in to comment.