Update workflow and tooling versions (#910)

This commit is contained in:
Micah
2024-09-03 15:36:36 -07:00
committed by GitHub
parent 73097075d4
commit c9ce996626
6 changed files with 18 additions and 22 deletions

View File

@@ -26,11 +26,9 @@ jobs:
submodules: true
- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.1.0
uses: ok-nick/setup-aftman@v0.4.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
trust-check: false
version: 'v0.2.6'
version: 'v0.3.0'
- name: Build Plugin
run: rojo build plugin --output Rojo.rbxm
@@ -89,11 +87,9 @@ jobs:
targets: ${{ matrix.target }}
- name: Setup Aftman
uses: ok-nick/setup-aftman@v0.1.0
uses: ok-nick/setup-aftman@v0.4.2
with:
token: ${{ secrets.GITHUB_TOKEN }}
trust-check: false
version: 'v0.2.6'
version: 'v0.3.0'
- name: Build Release
run: cargo build --release --locked --verbose --target ${{ matrix.target }}