Skip to content

Commit 39eb598

Browse files
authored
Merge branch 'main' into chore/pin-3rd-party-actions
2 parents 142dc17 + d68b71b commit 39eb598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-repro.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
if: ${{ github.event.label.name == 'bug' }}
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7
13+
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.
1414
with:
1515
github-token: ${{ secrets.GITHUB_TOKEN }}
1616
script: |

0 commit comments

Comments
 (0)