Skip to content

Commit

Permalink
chore(deps): update r-lib/actions action to v2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and AliSajid committed Nov 27, 2024
1 parent 4efdebf commit 7038b8c
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@e8c60692f29164895fbcdbebf2fde501a1f7e07f # v2.11.0
uses: r-lib/actions/setup-r@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
with:
r-version: ${{ matrix.r_version }}
use-public-rspm: true
id: r
- name: Install dependencies
uses: r-lib/actions/setup-renv@e8c60692f29164895fbcdbebf2fde501a1f7e07f # v2.11.0
uses: r-lib/actions/setup-renv@473c68190595b311a74f208fba61a8d8c0d4c247 # v2.11.1
- name: Build Package
run: R CMD build .
- name: Rename Package
Expand Down

0 comments on commit 7038b8c

Please sign in to comment.