From 30bec9e7ca6f9a7583d3490acf8c56c45101ca9b Mon Sep 17 00:00:00 2001 From: cicdguy <26552821+cicdguy@users.noreply.github.com> Date: Thu, 22 Feb 2024 08:14:54 -0600 Subject: [PATCH 1/2] fix: Update action which now uses Node 20 (#211) --- .github/workflows/release.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 6c0bc86d..fd6c64cf 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -79,7 +79,8 @@ jobs: if: >- steps.rc-tag.outputs.is-rc-tag == 'false' || inputs.create-rc-releases == true - uses: softprops/action-gh-release@v1 + # https://github.com/softprops/action-gh-release/pull/406#issuecomment-1934635958 + uses: softprops/action-gh-release@4634c16e79c963813287e889244c50009e7f0981 with: body_path: ${{ inputs.package-subdirectory }}/RELEASE_BODY.txt token: ${{ steps.github-token.outputs.token }} From 6e7b4a141541ccb7235f350b08633120fed2f7d8 Mon Sep 17 00:00:00 2001 From: cicdguy Date: Thu, 22 Feb 2024 14:15:52 +0000 Subject: [PATCH 2/2] [skip actions] Bump version to 0.1.0.9142 --- DESCRIPTION | 4 ++-- NEWS.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/DESCRIPTION b/DESCRIPTION index 3ad76142..a7655168 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Type: Package Package: r.pkg.template Title: R Package Template -Version: 0.1.0.9141 -Date: 2024-02-13 +Version: 0.1.0.9142 +Date: 2024-02-22 Authors@R: person("insightsengineering", , , "insightsengineering@example.com", role = c("aut", "cre")) Description: R package template with GitHub Actions workflows included. diff --git a/NEWS.md b/NEWS.md index 80dbee99..c8ff6dca 100644 --- a/NEWS.md +++ b/NEWS.md @@ -1,4 +1,4 @@ -# r.pkg.template 0.1.0.9141 +# r.pkg.template 0.1.0.9142 ### New features