Skip to content

Commit

Permalink
fix: updapte github workflows to nodejs 20 to fix deprecation (#172)
Browse files Browse the repository at this point in the history
  • Loading branch information
aarondill authored May 18, 2024
1 parent db3d8d0 commit 66cf807
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/chat.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
steps:
- name: add gtk
run: sudo apt-get install -y libgtk2.0-dev libglib2.0-dev
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.70.0
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lua-format-check-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
format_code:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: JohnnyMorganz/stylua-action@v3
- uses: actions/checkout@v4
- uses: JohnnyMorganz/stylua-action@v4
with:
token: ${{ secrets.GITHUB_TOKEN }}
version: latest
Expand Down

0 comments on commit 66cf807

Please sign in to comment.