Skip to content

Commit 1c941e7

Browse files
committed
use correct version
1 parent 482c893 commit 1c941e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
runs-on: ${{ github.repository_owner == 'coder' && 'depot-ubuntu-22.04-8' || 'ubuntu-latest' }}
3838
steps:
3939
- name: Allow only maintainers/admins
40-
uses: actions/github-script@v7.1.0
40+
uses: actions/github-script@v7.0.1
4141
with:
4242
github-token: ${{ secrets.GITHUB_TOKEN }}
4343
script: |

0 commit comments

Comments
 (0)