diff --git a/LICENSE b/LICENSE index 6f8ecd2..c7b3a99 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ MIT License -Copyright (c) 2023 Thorsten Blum +Copyright (c) 2023-2024 Thorsten Blum Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/README.md b/README.md index 17da821..54e4dbd 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Start ClamAV daemon clamd - uses: toblux/start-clamd-github-action@v0.1 + uses: toblux/start-clamd-github-action@v0.2 with: # Custom inputs are optional (these are the default values) unix_socket: /tmp/clamd.socket tcp_port: 3310 @@ -31,7 +31,7 @@ jobs: runs-on: windows-latest steps: - name: Start ClamAV daemon clamd - uses: toblux/start-clamd-github-action@v0.1 + uses: toblux/start-clamd-github-action@v0.2 - name: Test the connection to clamd on TCP port 3310 run: Test-NetConnection -ComputerName localhost -Port 3310 ```