From 0bc2430e2e6b0d563f00ac582083f99b4c7e6df4 Mon Sep 17 00:00:00 2001 From: Allan Jeremy Date: Thu, 19 May 2022 13:39:50 +0300 Subject: [PATCH] Bumped gh actions version to 3 --- .github/workflows/benchmark.yml | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml index ba6ba297..38d89a46 100644 --- a/.github/workflows/benchmark.yml +++ b/.github/workflows/benchmark.yml @@ -32,15 +32,7 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 - - - 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 + - uses: actions/checkout@v3 - name: Build Luau run: make config=release luau luau-analyze @@ -58,8 +50,6 @@ jobs: - name: Checkout gh-pages run: | - git config user.name github-actions - git config user.email github@users.noreply.github.com git status git fetch --no-tags --depth=1 origin gh-pages git checkout --track origin/gh-pages