diff --git a/.github/workflows/cron.yml b/.github/workflows/cron.yml index a7fc70b..e0b8c88 100644 --- a/.github/workflows/cron.yml +++ b/.github/workflows/cron.yml @@ -18,7 +18,7 @@ jobs: steps: - name: checkout plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: this-plugin diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 7209788..cd155e3 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -40,7 +40,7 @@ jobs: steps: - name: checkout plugin - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: path: this-plugin