aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/update-stubs.yml
diff options
context:
space:
mode:
authorGuldoman <giulio.lettieri@gmail.com>2024-06-24 03:02:43 +0200
committerGuldoman <giulio.lettieri@gmail.com>2024-06-24 03:02:43 +0200
commitbfd60eb2ed5dc8e3c5aa62779a60f9c4d7ec9e73 (patch)
tree0ead5fbe1fb293eb553e2e07eb083359c0d533d7 /.github/workflows/update-stubs.yml
parenta79828b857f65e10e4d74f6ca231308a9e500481 (diff)
downloadlite-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.yml4
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: |