Skip to content

Commit

Permalink
Merge pull request #773 from MPAS-Dev/dependabot/github_actions/pre-c…
Browse files Browse the repository at this point in the history
…ommit/action-3.0.1

Bump pre-commit/action from 3.0.0 to 3.0.1
  • Loading branch information
xylar authored Feb 12, 2024
2 parents 3d88259 + 6d8770d commit 1b102b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Getting only staged files can be tricky in case a new PR is opened
# since the action is run on a branch in detached head state
name: Install and Run Pre-commit
uses: pre-commit/[email protected].0
uses: pre-commit/[email protected].1
with:
extra_args: --files ${{ steps.file_changes.outputs.files}}

Expand Down

0 comments on commit 1b102b9

Please sign in to comment.