Skip to content
This repository has been archived by the owner on Sep 14, 2024. It is now read-only.

Commit

Permalink
modified setup-foreman to use v3 in all ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afujiwara-roblox committed Oct 10, 2023
1 parent 26a5247 commit a1dfaf2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ jobs:
- name: Setup Rust toolchain
run: rustup default ${{ matrix.rust_version }}

- uses: Roblox/setup-foreman@v1
- uses: Roblox/setup-foreman@v3
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
submodules: true

- uses: Roblox/setup-foreman@v1
- uses: Roblox/setup-foreman@v3
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -38,7 +38,7 @@ jobs:
- name: Install Rust
run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y

- uses: Roblox/setup-foreman@v1
- uses: Roblox/setup-foreman@v3
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -62,7 +62,7 @@ jobs:
with:
submodules: true

- uses: Roblox/setup-foreman@v1
- uses: Roblox/setup-foreman@v3
with:
version: "^0.6.0"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit a1dfaf2

Please sign in to comment.