Skip to content

Commit

Permalink
Update aftman version to v0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Dekkonot committed Sep 3, 2024
1 parent 5eddcb9 commit 0ae26f4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
version: 'v0.2.8'
version: 'v0.3.0'

- name: Build
run: cargo build --locked --verbose
Expand All @@ -58,7 +58,7 @@ jobs:
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
version: 'v0.2.8'
version: 'v0.3.0'

- name: Build
run: cargo build --locked --verbose
Expand All @@ -83,7 +83,7 @@ jobs:
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
version: 'v0.2.8'
version: 'v0.3.0'

- name: Stylua
run: stylua --check plugin/src
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: Setup Aftman
uses: ok-nick/[email protected]
with:
version: 'v0.2.8'
version: 'v0.3.0'

- name: Build Plugin
run: rojo build plugin --output Rojo.rbxm
Expand Down

0 comments on commit 0ae26f4

Please sign in to comment.