diff options
Diffstat (limited to '.github/workflows/update-stubs.yml')
-rw-r--r-- | .github/workflows/update-stubs.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 451d31f..8d08db3 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -1,13 +1,13 @@ name: Update Stubs on: workflow_dispatch: - inputs: + jobs: update_stubs: runs-on: ubuntu-latest permissions: { pull-requests: "write", contents: "write" } steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Update Stubs with LPM env: { GITHUB_TOKEN: "${{ github.token }}" } run: | |