Skip to content

Commit

Permalink
Merge pull request #321 from dodona-edu/chore/bump-actions
Browse files Browse the repository at this point in the history
Bump GitHub Actions
  • Loading branch information
niknetniko authored May 30, 2024
2 parents e991eb7 + 17e5001 commit f0783ee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v4
uses: elgohr/Publish-Docker-Github-Action@v5
with:
name: dodona/dodona-${{ matrix.image }}
username: ${{ secrets.DOCKER_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
image: [assembly, bash, c, compilers, csharp, haskell, html, java, java21, nodejs, prolog, python, r, scheme, sqlite, tested]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- uses: brpaz/hadolint-action@master
with:
dockerfile: dodona-${{ matrix.image }}.dockerfile
Expand Down

0 comments on commit f0783ee

Please sign in to comment.