Skip to content
This repository has been archived by the owner on Dec 13, 2023. It is now read-only.

Commit

Permalink
Update non-cached third party actions to use Roblox-ActionsCache in G…
Browse files Browse the repository at this point in the history
…HA workflows. (#365)
  • Loading branch information
ZoteTheMighty committed Feb 25, 2022
1 parent bacc7f0 commit 3231979
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Expand Up @@ -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 }}

0 comments on commit 3231979

Please sign in to comment.