diff --git a/.github/workflows/systemd-monitor.yml b/.github/workflows/systemd-monitor.yml index bf5ab94..9e23e93 100644 --- a/.github/workflows/systemd-monitor.yml +++ b/.github/workflows/systemd-monitor.yml @@ -48,7 +48,7 @@ jobs: - name: Create issue if updates available if: steps.features.outputs.has_features == 'true' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = `Systemd updates available (latest: v${{ steps.latest.outputs.version }})`;