From 8df12f2eb1723ed000edd2dfcbf6f730eb110de8 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 24 Apr 2024 12:33:43 +1000 Subject: [PATCH] Update README --- README.md | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 36e23e1..9eeadb7 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ ## Use 📄 +> [!NOTE] +> This action is confirmed to work on all three of GitHub's hosted runners - +> `ubuntu-latest`, `macos-latest` and `windows-latest` - at the point in time of the release of the action + ### Example ⌨️ ```yaml @@ -9,7 +13,7 @@ uses: actions/checkout@v4 - name: Get next version - uses: reecetech/version-increment@2023.9.3 + uses: reecetech/version-increment@2024.4.3 id: version with: scheme: semver @@ -30,7 +34,7 @@ use the API mode: ```yaml - name: Get next version - uses: reecetech/version-increment@2024.4.1 + uses: reecetech/version-increment@2024.4.3 id: version with: use_api: true