diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cd36ef74..1286f7a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -28,10 +28,12 @@ jobs: override: true profile: minimal - - name: Setup Foreman - uses: Roblox/setup-foreman@v1 + - name: Setup Aftman + uses: Bok-nick/setup-aftman@v0.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} + trust-check: false + version: 'v0.2.6' - name: Install packages run: | @@ -59,10 +61,12 @@ jobs: override: true components: rustfmt, clippy - - name: Setup Foreman - uses: Roblox/setup-foreman@v1 + - name: Setup Aftman + uses: Bok-nick/setup-aftman@v0.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} + trust-check: false + version: 'v0.2.6' - name: Install packages run: | @@ -74,4 +78,4 @@ jobs: run: cargo fmt -- --check - name: Clippy - run: cargo clippy + run: cargo clippy \ No newline at end of file diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5686867c..752fbcfc 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -29,10 +29,12 @@ jobs: steps: - uses: actions/checkout@v3 - - name: Setup Foreman - uses: Roblox/setup-foreman@v1 + - name: Setup Aftman + uses: Bok-nick/setup-aftman@v0.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} + trust-check: false + version: 'v0.2.6' - name: Install packages run: | diff --git a/aftman.toml b/aftman.toml index 57f7a940..058140ef 100644 --- a/aftman.toml +++ b/aftman.toml @@ -1,2 +1,5 @@ [tools] -wally = "UpliftGames/wally@0.3.1" \ No newline at end of file +wally = "UpliftGames/wally@0.3.1" +rojo = "rojo-rbx/rojo@7.2.1" +selene = "Kampfkarren/selene@0.20.0" +run-in-roblox = "rojo-rbx/run-in-roblox@0.3.0" diff --git a/foreman.toml b/foreman.toml deleted file mode 100644 index 4b8546aa..00000000 --- a/foreman.toml +++ /dev/null @@ -1,5 +0,0 @@ -[tools] -rojo = { source = "rojo-rbx/rojo", version = "7.2.1" } -run-in-roblox = { source = "rojo-rbx/run-in-roblox", version = "0.3.0" } -selene = { source = "Kampfkarren/selene", version = "0.20.0" } -wally = { source = "UpliftGames/wally", version = "0.3.1"}