diff options
author | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:23:34 -0400 |
---|---|---|
committer | Adam Harrison <adamdharrison@gmail.com> | 2024-03-29 11:23:34 -0400 |
commit | 585562a34d131de6577e1a97f6a109e8146498b8 (patch) | |
tree | 1dfff4af295dc851529bd7f592b455bb85954452 | |
parent | 24f321d2ff80a65ea51e654628bf7830ed006ad4 (diff) | |
download | lite-xl-plugins-585562a34d131de6577e1a97f6a109e8146498b8.tar.gz lite-xl-plugins-585562a34d131de6577e1a97f6a109e8146498b8.zip |
Updated version.
-rw-r--r-- | .github/workflows/update-stubs.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/update-stubs.yml b/.github/workflows/update-stubs.yml index 671846e..ff07b45 100644 --- a/.github/workflows/update-stubs.yml +++ b/.github/workflows/update-stubs.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest permissions: { pull-requests: "write", contents: "write" } steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - name: Update Stubs with LPM env: { GITHUB_TOKEN: "${{ github.token }}" } run: | |