From 6c1e730036fe607643011045a4596783c78f660a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Feb 2021 06:01:35 +0000 Subject: [PATCH] Bump uhafner/autograding-github-action from v1.5.0 to v1.6.0 Bumps [uhafner/autograding-github-action](https://github.com/uhafner/autograding-github-action) from v1.5.0 to v1.6.0. - [Release notes](https://github.com/uhafner/autograding-github-action/releases) - [Commits](https://github.com/uhafner/autograding-github-action/compare/v1.5.0...25998d5e963f6b3b3ac6acef08776bd9c72ce5ac) Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5a051a3d..ee4ba8c4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: - name: Test setup run: sh copy_files.sh - name: Run Autograding - uses: uhafner/autograding-github-action@v1.5.0 + uses: uhafner/autograding-github-action@v1.6.0 with: TOKEN: ${{ secrets.GITHUB_TOKEN }} HEAD_SHA: ${{github.event.pull_request.head.sha}}