Skip to content

Commit 092803d

Browse files
fix: Remove quotes from uses field in workflow
1 parent 8d59109 commit 092803d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
name: "pre-commit"
88
runs-on: ubuntu-24.04-large
99
steps:
10-
- uses: 'jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4' # v2.3.1
10+
- uses: jdx/mise-action@c37c93293d6b742fc901e1406b8f764f6fb19dac # v2.4.4
1111
with:
1212
version: 2025.7.12
1313
- uses: SonarSource/gh-action_pre-commit@3d5b503c1ce51d0f92665875b9bea716eff1e70f # 1.0.7

0 commit comments

Comments
 (0)