Skip to content

Commit

Permalink
build(deps): bump r-lib/actions
Browse files Browse the repository at this point in the history
PR-URL: stdlib-js#1189

Bumps [r-lib/actions](https://github.com/r-lib/actions) from 3e80f8fe880a36a9f35bf3e832f1bef8af687b69 to 5e080d8d4241b4e7ed3834b113a6fa643d3f1351.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@3e80f8f...5e080d8)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
  • Loading branch information
dependabot[bot] authored Dec 19, 2023
1 parent d23e2d4 commit 1ca8380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint_changed_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +248,7 @@ jobs:
- name: 'Setup R'
if: ( success() || failure() ) && steps.check-r-files.outputs.files != ''
# Pin action to full length commit SHA
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4
uses: r-lib/actions/setup-r@5e080d8d4241b4e7ed3834b113a6fa643d3f1351 # v2.6.4
with:
r-version: '3.5.3'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint_random_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ jobs:
- name: 'Setup R'
if: ( github.event.inputs.r != 'false' ) && ( success() || failure() )
# Pin action to full length commit SHA
uses: r-lib/actions/setup-r@3e80f8fe880a36a9f35bf3e832f1bef8af687b69 # v2.6.4
uses: r-lib/actions/setup-r@5e080d8d4241b4e7ed3834b113a6fa643d3f1351 # v2.6.4
with:
r-version: '3.5.3'

Expand Down

0 comments on commit 1ca8380

Please sign in to comment.