From 0755872f14a9a958384d03217b2595da43e5e089 Mon Sep 17 00:00:00 2001 From: Thorsten Blum Date: Sat, 30 Mar 2024 13:37:50 +0100 Subject: [PATCH] Bump version --- LICENSE | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 ```