Bumped gh actions version to 3

This commit is contained in:
Allan Jeremy 2022-05-19 13:39:50 +03:00
parent 465cbdaa3e
commit 0bc2430e2e

View file

@ -32,15 +32,7 @@ jobs:
runs-on: ${{ matrix.os }} runs-on: ${{ matrix.os }}
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v3
- run: |
git checkout ${{ github.sha }}
for historicTags in $(git rev-list --tags -n 9); do
git checkout $historicTags
echo "Checking out $historicTags"
git pull
done
- name: Build Luau - name: Build Luau
run: make config=release luau luau-analyze run: make config=release luau luau-analyze
@ -58,8 +50,6 @@ jobs:
- name: Checkout gh-pages - name: Checkout gh-pages
run: | run: |
git config user.name github-actions
git config user.email github@users.noreply.github.com
git status git status
git fetch --no-tags --depth=1 origin gh-pages git fetch --no-tags --depth=1 origin gh-pages
git checkout --track origin/gh-pages git checkout --track origin/gh-pages