summaryrefslogtreecommitdiff
path: root/.github/workflows/check_commit_messages.yml
diff options
context:
space:
mode:
authorPravin Kamble <iampbkamble@gmail.com>2025-12-20 12:12:06 +0530
committerJacob Walls <jacobtylerwalls@gmail.com>2025-12-29 09:59:18 -0500
commitccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d (patch)
tree1cc6f57c927ba2c0de67169c59da0ba991833a4e /.github/workflows/check_commit_messages.yml
parentcc0f6c4f74cc278fdab79b269401127f2d869334 (diff)
Bumped checkout version in Github actions configuration.
Diffstat (limited to '.github/workflows/check_commit_messages.yml')
-rw-r--r--.github/workflows/check_commit_messages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/check_commit_messages.yml b/.github/workflows/check_commit_messages.yml
index fe67536eb5..32f1558464 100644
--- a/.github/workflows/check_commit_messages.yml
+++ b/.github/workflows/check_commit_messages.yml
@@ -17,7 +17,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 60
steps:
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
with:
persist-credentials: false