Skip to content

Commit

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

Bumps [r-lib/actions](https://github.com/r-lib/actions) from 2.7.0 to 2.7.2.
- [Release notes](https://github.com/r-lib/actions/releases)
- [Commits](r-lib/actions@ede815f...55acd27)

---
updated-dependencies:
- dependency-name: r-lib/actions
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

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 Feb 5, 2024
1 parent d21a874 commit 51ed28e
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@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # 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@ede815f224d9357cb4a73cfd2fef2cf0598cb8b1 # v2.6.4
uses: r-lib/actions/setup-r@55acd27e7b238c53bbe735b7a459c203a3b3d579 # v2.6.4
with:
r-version: '3.5.3'

Expand Down

0 comments on commit 51ed28e

Please sign in to comment.