diff options
| author | Mariusz Felisiak <felisiak.mariusz@gmail.com> | 2025-09-12 16:57:52 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-09-12 16:57:52 +0200 |
| commit | b7507bad7730e5f6558cfcce29976f65890083ca (patch) | |
| tree | b2de6134c34f91bc0540d9dcdaa87d3849a147c2 /.github/workflows/schedules.yml | |
| parent | 7b26b64a63b5fc15134426a6ee0534dca2a1a855 (diff) | |
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/schedules.yml')
| -rw-r--r-- | .github/workflows/schedules.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/schedules.yml b/.github/workflows/schedules.yml index 041a0b3362..435921bccd 100644 --- a/.github/workflows/schedules.yml +++ b/.github/workflows/schedules.yml @@ -21,7 +21,7 @@ jobs: branch: - main steps: - - uses: actions/github-script@v7 + - uses: actions/github-script@v8 with: github-token: ${{secrets.SCHEDULE_WORKFLOW_TOKEN}} script: | |
