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/check_commit_messages.yml | |
| parent | 7b26b64a63b5fc15134426a6ee0534dca2a1a855 (diff) | |
Bumped versions in Github actions configuration.
Diffstat (limited to '.github/workflows/check_commit_messages.yml')
| -rw-r--r-- | .github/workflows/check_commit_messages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_commit_messages.yml b/.github/workflows/check_commit_messages.yml index ee9536f482..701d6f0584 100644 --- a/.github/workflows/check_commit_messages.yml +++ b/.github/workflows/check_commit_messages.yml @@ -13,7 +13,7 @@ jobs: if: startsWith(github.event.pull_request.base.ref, 'stable/') runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Calculate commit prefix id: vars |
