Skip to content

Commit 5fc679a

Browse files
committed
Update actions
1 parent 9073616 commit 5fc679a

File tree

6 files changed

+9
-17
lines changed

6 files changed

+9
-17
lines changed

.github/workflows/test-ci.yaml

+3-12
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,14 @@ on:
33
schedule:
44
- cron: '0 5 * * 2,5'
55

6+
permissions:
7+
contents: read
68

79
name: Test on GHA
810

911
jobs:
1012
test-ci:
11-
runs-on: ${{ matrix.config.os }}
12-
13-
name: ${{ matrix.config.os }} (${{ matrix.config.r }})
14-
15-
strategy:
16-
fail-fast: false
17-
matrix:
18-
config:
19-
- {os: windows-latest, r: 'release'}
20-
- {os: macOS-latest, r: 'release'}
21-
#- {os: ubuntu-latest, r: 'release'}
22-
13+
runs-on: windows-latest
2314
env:
2415
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2516
steps:

.github/workflows/update-citation-cff.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
env:
2323
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
2424
steps:
25-
- uses: actions/checkout@v3
25+
- uses: actions/checkout@v4
2626
- uses: r-lib/actions/setup-r@v2
2727
with:
2828
use-public-rspm: true

.github/workflows/update-docs.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
env:
1010
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
11+
1112
steps:
1213
- uses: actions/checkout@v4
1314

@@ -19,7 +20,7 @@ jobs:
1920

2021
- uses: r-lib/actions/setup-r-dependencies@v2
2122
with:
22-
cache-version: "updatedocs"
23+
cache-version: "testci"
2324
extra-packages: |
2425
local::.
2526
any::rmarkdown
@@ -28,7 +29,6 @@ jobs:
2829
2930
- name: Update docs
3031
run: |
31-
install.packages("rmarkdown", dependencies = TRUE)
3232
pkgdev::update_docs()
3333
shell: Rscript {0}
3434

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ file and the `CITATION` file (if present) of your package. Note that
7373
**cffr** works best if your package pass
7474
`R CMD check/devtools::check()`.
7575

76-
As per 2025-01-26 there are at least 390 repos on GitHub using **cffr**.
76+
As per 2025-01-27 there are at least 390 repos on GitHub using **cffr**.
7777
[Check them out
7878
here](https://github.com/search?q=cffr%20path%3A**%2FCITATION.cff&type=code).
7979

codemeta.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@
200200
},
201201
"isPartOf": "https://ropensci.org",
202202
"keywords": ["attribution", "citation", "credit", "citation-files", "cff", "metadata", "citation-file-format", "cran", "r", "r-package", "ropensci", "rstats", "r-cran"],
203-
"fileSize": "1611.343KB",
203+
"fileSize": "1611.317KB",
204204
"citation": [
205205
{
206206
"@type": "ScholarlyArticle",
@@ -287,6 +287,7 @@
287287
}
288288
],
289289
"releaseNotes": "https://github.com/ropensci/cffr/blob/master/NEWS.md",
290+
"readme": "https://github.com/ropensci/cffr/blob/main/README.md",
290291
"contIntegration": ["https://github.com/ropensci/cffr/actions/workflows/check-full.yaml", "https://github.com/ropensci/cffr/actions/workflows/rhub.yaml", "https://app.codecov.io/gh/ropensci/cffr", "https://github.com/ropensci/cffr/actions/workflows/cff-validator.yml"],
291292
"developmentStatus": ["https://www.repostatus.org/#active", "https://lifecycle.r-lib.org/articles/stages.html#experimental"],
292293
"review": {

data/cran_to_spdx.rda

-26 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)