Skip to content

Commit dcc91b2

Browse files
Merge pull request #1260 from r-lib/fix-lints-apr25
Fix lints found with latest lintr version
2 parents 8b43fe2 + 05eec8f commit dcc91b2

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/pkgdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Deploy to GitHub pages 🚀
4141
if: github.event_name != 'pull_request'
42-
uses: JamesIves/[email protected].2
42+
uses: JamesIves/[email protected].3
4343
with:
4444
clean: false
4545
branch: gh-pages

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
fetch-depth: 0
2828

2929
- name: Set up Python
30-
uses: actions/setup-python@v5.4.0
30+
uses: actions/setup-python@v5.5.0
3131
with:
3232
python-version: "3.13"
3333

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/lorenzwalthert/precommit
9-
rev: v0.4.3.9003
9+
rev: v0.4.3.9008
1010
hooks:
1111
- id: style-files
1212
args:

R/utils-cache.R

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ cache_is_activated <- function(cache_name = NULL) {
137137
return(cache_name == current_cache)
138138
}
139139

140-
return(FALSE)
140+
FALSE
141141
}
142142

143143
#' Cache text

0 commit comments

Comments
 (0)