Skip to content

Commit dbaa169

Browse files
Merge pull request #1175 from r-lib/dependabot/github_actions/styfle/cancel-workflow-action-0.12.1
Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
2 parents ffe79c1 + 7c062fa commit dbaa169

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pre-commit.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
)
1919
steps:
2020
- name: Cancel Previous Runs
21-
uses: styfle/[email protected].0
21+
uses: styfle/[email protected].1
2222
with:
2323
access_token: ${{ github.token }}
2424
- uses: actions/checkout@v4

DESCRIPTION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
5252
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
5353
warning("Please install r-lib/pkgapi to make sure the file API is kept
5454
up to date"); NULL}))
55-
RoxygenNote: 7.3.0
55+
RoxygenNote: 7.3.1
5656
Config/testthat/edition: 3
5757
Config/testthat/parallel: true
5858
Collate:

0 commit comments

Comments
 (0)