Skip to content

Commit

Permalink
chore: bump to latest sprocket-action
Browse files Browse the repository at this point in the history
  • Loading branch information
a-frantz committed Oct 23, 2024
1 parent 61b0dcf commit 18e18c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/sprocket-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,6 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@v0.4.0
uses: stjude-rust-labs/sprocket-action@v0.5.0
with:
exclude-patterns: template
2 changes: 1 addition & 1 deletion .github/workflows/sprocket-lint.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
steps:
- uses: actions/checkout@v2
- name: Run sprocket
uses: stjude-rust-labs/sprocket-action@v0.4.0
uses: stjude-rust-labs/sprocket-action@v0.5.0
with:
lint: true
exclude-patterns: template
Expand Down

0 comments on commit 18e18c6

Please sign in to comment.