From 32319790f02796c9669b7b1ef2d54ef70dafb88d Mon Sep 17 00:00:00 2001 From: Paul Doyle <37384169+ZoteTheMighty@users.noreply.github.com> Date: Fri, 25 Feb 2022 12:57:04 -0800 Subject: [PATCH] Update non-cached third party actions to use Roblox-ActionsCache in GHA workflows. (#365) --- .github/workflows/ci.yml | 4 ++-- .github/workflows/deploy-docs.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dd6971b4..4b9f6135 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,11 +18,11 @@ jobs: with: submodules: true - - uses: leafo/gh-actions-lua@v8 + - uses: roblox-actionscache/leafo-gh-actions-lua@v8 with: luaVersion: "5.1" - - uses: leafo/gh-actions-luarocks@v4 + - uses: roblox-actionscache/leafo-gh-actions-luarocks@v4 - name: get foreman and run foreman install uses: rojo-rbx/setup-foreman@v1 diff --git a/.github/workflows/deploy-docs.yml b/.github/workflows/deploy-docs.yml index 7962ca11..4a66ced8 100644 --- a/.github/workflows/deploy-docs.yml +++ b/.github/workflows/deploy-docs.yml @@ -14,6 +14,6 @@ jobs: uses: actions/checkout@v2 - name: Deploy docs - uses: mhausenblas/mkdocs-deploy-gh-pages@1.16 + uses: roblox-actionscache/mhausenblas-mkdocs-deploy-gh-pages@1.16 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}