Skip to content

Commit

Permalink
chore(deps): update r-lib/actions action to v2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AliSajid committed Nov 16, 2024
1 parent 83dbfa9 commit 29586c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create_github_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,13 @@ jobs:
libharfbuzz-dev libfribidi-dev \
pandoc
- name: Setup R
uses: r-lib/actions/setup-r@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
uses: r-lib/actions/setup-r@e8c60692f29164895fbcdbebf2fde501a1f7e07f # v2.11.0
with:
r-version: ${{ matrix.r_version }}
use-public-rspm: true
id: r
- name: Install dependencies
uses: r-lib/actions/setup-renv@e6be4b3706e0f39bc7a4cf4496a5f2c4cb840040 # v2.10.1
uses: r-lib/actions/setup-renv@e8c60692f29164895fbcdbebf2fde501a1f7e07f # v2.11.0
- name: Build Package
run: R CMD build .
- name: Rename Package
Expand Down

0 comments on commit 29586c4

Please sign in to comment.