Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
Updated versioning.
  • Loading branch information
RLI-Rdeaton committed Oct 8, 2024
1 parent 0c69e49 commit a99ac9b
Showing 1 changed file with 2 additions and 2 deletions.
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/[email protected]
uses: toblux/[email protected].1
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/[email protected]
uses: toblux/[email protected].1
- name: Test the connection to clamd on TCP port 3310
run: Test-NetConnection -ComputerName localhost -Port 3310
```

0 comments on commit a99ac9b

Please sign in to comment.