Skip to content

Commit

Permalink
Bump GitHub Actions
Browse files Browse the repository at this point in the history
This should remove some deprecation warnings
  • Loading branch information
niknetniko committed May 29, 2024
1 parent e991eb7 commit 17e5001
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 17e5001

Please sign in to comment.