diff options
author | Guldoman <giulio.lettieri@gmail.com> | 2024-06-24 03:02:43 +0200 |
---|---|---|
committer | Guldoman <giulio.lettieri@gmail.com> | 2024-06-24 03:02:43 +0200 |
commit | bfd60eb2ed5dc8e3c5aa62779a60f9c4d7ec9e73 (patch) | |
tree | 0ead5fbe1fb293eb553e2e07eb083359c0d533d7 /.github/workflows/update-stubs.yml | |
parent | a79828b857f65e10e4d74f6ca231308a9e500481 (diff) | |
download | lite-xl-plugins-bfd60eb2ed5dc8e3c5aa62779a60f9c4d7ec9e73.tar.gz lite-xl-plugins-bfd60eb2ed5dc8e3c5aa62779a60f9c4d7ec9e73.zip |
chore(ci): update `actions/checkout` version
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: | |