Skip to content

Commit

Permalink
Update all non-major dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 25, 2024
1 parent e5febe1 commit daaadab
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
r-version: 'release'
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
mkdir -p tmongrdata
touch tmongrdata/fag.rds
- name: R setup
uses: r-lib/actions/[email protected].0
uses: r-lib/actions/[email protected].1
- name: Build package
run: R CMD build .
- name: Lint Dockerfile
Expand All @@ -38,7 +38,7 @@ jobs:
dockerfile: "Dockerfile"
- name: Prepare
id: docker_meta
uses: docker/metadata-action@v5.5.1
uses: docker/metadata-action@v5.6.1
with:
images: hnskde/tmongr
tags: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lintr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
r-version: 'release'
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
extra-packages: any::lintr, local::.
needs: lint
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,14 +25,14 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
r-version: ${{ matrix.config.r }}
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
extra-packages: any::rcmdcheck
needs: check
- uses: r-lib/actions/[email protected].0
- uses: r-lib/actions/[email protected].1
with:
args: 'c("--no-manual")'
error-on: '"error"'
Expand Down

0 comments on commit daaadab

Please sign in to comment.