From ec88fcf957260fca3c73f76195f15c85a233ffef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 14 Nov 2023 13:04:09 +0000 Subject: [PATCH] Bump uhafner/autograding-github-action from 1.7.1 to 1.7.3 Bumps [uhafner/autograding-github-action](https://github.com/uhafner/autograding-github-action) from 1.7.1 to 1.7.3. - [Release notes](https://github.com/uhafner/autograding-github-action/releases) - [Commits](https://github.com/uhafner/autograding-github-action/compare/v1.7.1...v1.7.3) --- updated-dependencies: - dependency-name: uhafner/autograding-github-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 67c67a30..5c5f963b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Test setup run: sh copy_files.sh - name: Run Autograding - uses: uhafner/autograding-github-action@v1.7.1 + uses: uhafner/autograding-github-action@v1.7.3 with: TOKEN: ${{ secrets.GITHUB_TOKEN }} HEAD_SHA: ${{github.event.pull_request.head.sha}}