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 Feb 6, 2025
1 parent e5febe1 commit 0efa3ab
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 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
8 changes: 4 additions & 4 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 All @@ -47,15 +47,15 @@ jobs:
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3.7.1
uses: docker/setup-buildx-action@v3.9.0
- name: Login to DockerHub
if: github.event_name != 'pull_request'
uses: docker/[email protected]
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build and push to Docker Hub
uses: docker/build-push-action@v6.9.0
uses: docker/build-push-action@v6.13.0
with:
context: .
file: ./Dockerfile
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 0efa3ab

Please sign in to comment.