actions / cache

Cache dependencies and build outputs in GitHub Actions
MIT License
4.45k stars 1.18k forks source link

Update R - renv example to remove usage of deprecated `set-output` command #1149

Closed jongwooo closed 10 months ago

jongwooo commented 1 year ago

Description

The set-output command is deprecated and no longer available, but seems to still be used in the R - renv example:

- name: Get R and OS version
  id: get-version
  run: |
    cat("##[set-output name=os-version;]", sessionInfo()$running, "\n", sep = "")
    cat("##[set-output name=r-version;]", R.Version()$version.string, sep = "")
github-actions[bot] commented 10 months ago

This issue is stale because it has been open for 200 days with no activity. Leave a comment to avoid closing this issue in 5 days.

github-actions[bot] commented 10 months ago

This issue was closed because it has been inactive for 5 days since being marked as stale.