Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into registry
Browse files Browse the repository at this point in the history
  • Loading branch information
uhafner committed Mar 1, 2021
2 parents 891e0ea + f26f66e commit 6fea3a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-release-drafter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
update_release_draft:
runs-on: ubuntu-latest
steps:
- uses: release-drafter/release-drafter@v5.13.0
- uses: release-drafter/release-drafter@v5.14.0
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@
<properties>
<module.name>${project.groupId}.autograding.ghaction</module.name>

<jib-maven-plugin.version>2.7.1</jib-maven-plugin.version>
<jib-maven-plugin.version>2.8.0</jib-maven-plugin.version>
</properties>

<build>
Expand Down

0 comments on commit 6fea3a9

Please sign in to comment.