Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
toblux committed Mar 30, 2024
1 parent f59b6f9 commit 0755872
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
```

0 comments on commit 0755872

Please sign in to comment.