Skip to content

Commit

Permalink
Merge branch 'main' into chore/llvm
Browse files Browse the repository at this point in the history
  • Loading branch information
raviqqe authored Apr 22, 2024
2 parents 952c1c7 + 42dd85e commit 80d02f4
Show file tree
Hide file tree
Showing 8 changed files with 45 additions and 50 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: Homebrew/actions/setup-homebrew@master
- run: tools/ci/github/setup.sh
- run: tools/document/build.sh
- uses: peaceiris/actions-gh-pages@v3
- uses: peaceiris/actions-gh-pages@v4
if: github.ref == 'refs/heads/main'
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- uses: actions/download-artifact@v4
with:
path: artifacts
- uses: softprops/action-gh-release@v1
- uses: softprops/action-gh-release@v2
if: needs.tag_check.outputs.should_release == 'true'
with:
tag_name: v${{ needs.tag_check.outputs.version }}
Expand Down
75 changes: 35 additions & 40 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 cmd/pen/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pen"
version = "0.6.7"
version = "0.6.8"
authors = ["Yota Toyama <raviqqe@gmail.com>"]
edition = "2021"

Expand Down
2 changes: 1 addition & 1 deletion doc/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
mdx-truly-sane-lists==1.3
mkdocs==1.5.3
mkdocs-material==9.5.10
mkdocs-material==9.5.18
4 changes: 2 additions & 2 deletions packages/os-sync/ffi/Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/prelude/ffi/Cargo.lock

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

4 changes: 2 additions & 2 deletions packages/regex/ffi/Cargo.lock

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

0 comments on commit 80d02f4

Please sign in to comment.