From f54eb47ff3a9bfa2d265f8682f075b080575c3e9 Mon Sep 17 00:00:00 2001 From: Joshua Shapiro Date: Thu, 2 May 2024 13:00:33 -0400 Subject: [PATCH 1/3] update R version --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c899951..3437db8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # A docker file for establishing a spellcheck environment in R -FROM rocker/r-ver:4.3.2 +FROM rocker/r-ver:4.4.0 # Labels following the Open Containers Initiative (OCI) recommendations # For more information, see https://specs.opencontainers.org/image-spec/annotations/?v=v1.0.1 From 7ee2b16a94a5ea5f9afebb5a4a0184c740a7d72b Mon Sep 17 00:00:00 2001 From: Joshua Shapiro Date: Thu, 2 May 2024 13:01:46 -0400 Subject: [PATCH 2/3] bump version --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index 8086135..f6867bb 100644 --- a/action.yaml +++ b/action.yaml @@ -14,7 +14,7 @@ outputs: description: The number of spelling errors runs: using: "docker" - image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.3 + image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.4 args: - ${{ inputs.dictionary || '/dev/null' }} - ${{ inputs.files }} From 075461199c039a59b48a7200e4ad635e941a3c84 Mon Sep 17 00:00:00 2001 From: Joshua Shapiro Date: Thu, 2 May 2024 13:03:27 -0400 Subject: [PATCH 3/3] Let's make it 0.2 --- action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yaml b/action.yaml index f6867bb..e2aad79 100644 --- a/action.yaml +++ b/action.yaml @@ -14,7 +14,7 @@ outputs: description: The number of spelling errors runs: using: "docker" - image: docker://ghcr.io/alexslemonade/spellcheck:v0.1.4 + image: docker://ghcr.io/alexslemonade/spellcheck:v0.2.0 args: - ${{ inputs.dictionary || '/dev/null' }} - ${{ inputs.files }}