Skip to content

Commit

Permalink
Merge pull request #1175 from r-lib/dependabot/github_actions/styfle/…
Browse files Browse the repository at this point in the history
…cancel-workflow-action-0.12.1

Bump styfle/cancel-workflow-action from 0.12.0 to 0.12.1
  • Loading branch information
IndrajeetPatil authored Jan 29, 2024
2 parents ffe79c1 + 7c062fa commit dbaa169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
)
steps:
- name: Cancel Previous Runs
uses: styfle/cancel-workflow-action@0.12.0
uses: styfle/cancel-workflow-action@0.12.1
with:
access_token: ${{ github.token }}
- uses: actions/checkout@v4
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Roxygen: list(markdown = TRUE, roclets = c( "rd", "namespace", "collate",
if (rlang::is_installed("pkgapi")) "pkgapi::api_roclet" else {
warning("Please install r-lib/pkgapi to make sure the file API is kept
up to date"); NULL}))
RoxygenNote: 7.3.0
RoxygenNote: 7.3.1
Config/testthat/edition: 3
Config/testthat/parallel: true
Collate:
Expand Down

0 comments on commit dbaa169

Please sign in to comment.