From 4bcc719877c9f2074b35877383e1f29dc996bf51 Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Mon, 21 Mar 2022 19:32:23 -0700 Subject: [PATCH] Change the path of the `setup-foreman` action to reflect its current location in the Roblox org on GitHub (#169) (not sure why github doesn't count this as approved) This batch change updates the reference to the setup-foreman action to use the current location of the action in the Roblox org. This should be a no-op, or may fix currently-broken CI. Please refer to confluence for more information. Created by Sourcegraph batch change pdoyle/migrate-setup-foreman-action. --- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3781036..d168132 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: - name: Setup Rust toolchain run: rustup default ${{ matrix.rust_version }} - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5121d9e..9ee5432 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -13,7 +13,7 @@ jobs: with: submodules: true - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} @@ -38,7 +38,7 @@ jobs: - name: Install Rust run: curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }} @@ -62,7 +62,7 @@ jobs: with: submodules: true - - uses: rojo-rbx/setup-foreman@v1 + - uses: Roblox/setup-foreman@v1 with: version: "^0.6.0" token: ${{ secrets.GITHUB_TOKEN }}