Skip to content

Commit

Permalink
chore(deps): update all dependencies to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 4, 2024
1 parent 3fa8fc4 commit b5fec23
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.latex == 'true'

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: matrix.config.java == 'true'
with:
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2
if: matrix.config.latex == 'true'

- uses: actions/setup-java@v3
- uses: actions/setup-java@v4
if: matrix.config.java == 'true'
with:
java-version: '8'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ jobs:

- name: "[Stage] Upload R CMD check artifacts"
if: failure()
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: ${{ runner.os }}-r${{ matrix.config.r }}-results
path: check
Expand Down

0 comments on commit b5fec23

Please sign in to comment.