Skip to content

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 381f87d commit e924c06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
submodules: true

- name: Install foreman tools
uses: Roblox/setup-foreman@v1
uses: Roblox/setup-foreman@v3
with:
version: "^1.0.1"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -57,7 +57,7 @@ jobs:
luarocks install luacov-reporter-lcov
- name: install code quality tools
uses: Roblox/setup-foreman@v1
uses: Roblox/setup-foreman@v3
with:
version: "^1.0.1"
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit e924c06

Please sign in to comment.