From 72c1fa6077db1cc9e225798fc8313f0eec8705dc Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Sep 2023 10:35:15 +1000 Subject: [PATCH 1/2] Bump up example version --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c560b10..4fadaea 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ uses: actions/checkout@v2 - name: Get next version - uses: reecetech/version-increment@2023.4.1 + uses: reecetech/version-increment@2023.9.3 id: version with: scheme: semver From 3ac8392aa4a4b2083ca413b0dfef8554ca288c65 Mon Sep 17 00:00:00 2001 From: Phil Jay Date: Wed, 20 Sep 2023 10:39:13 +1000 Subject: [PATCH 2/2] Update to latest shellcheck Solves for `set-output` deprecation warnings --- .github/workflows/test-and-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-and-release.yml b/.github/workflows/test-and-release.yml index d493361..1a2bc92 100644 --- a/.github/workflows/test-and-release.yml +++ b/.github/workflows/test-and-release.yml @@ -16,7 +16,7 @@ jobs: uses: actions/checkout@v3 - name: Run ShellCheck - uses: ludeeus/action-shellcheck@94e0aab03ca135d11a35e5bfc14e6746dc56e7e9 # v1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 with: check_together: 'yes'