From 2b47c6cdbaa6e5c8ccf148e769e59b3dd01b1f6c Mon Sep 17 00:00:00 2001 From: Jozef Izso Date: Sat, 4 Nov 2023 16:01:40 +0100 Subject: [PATCH] setup-resharper v3.0.0 --- LICENSE | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/LICENSE b/LICENSE index e4070fd..85392f8 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2020-2021 Jozef Izso +Copyright (c) 2020-2023 Jozef Izso Copyright (c) 2021 Kurt von Laven Permission is hereby granted, free of charge, to any person obtaining a copy diff --git a/README.md b/README.md index 97b1848..f3429c7 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ Basic: ```yaml steps: - uses: actions/checkout@master -- uses: goit/setup-resharper@v2 +- uses: goit/setup-resharper@v3 with: version: '2021.2' - run: InspectCode