diff options
| author | Pravin Kamble <iampbkamble@gmail.com> | 2025-12-20 12:12:06 +0530 |
|---|---|---|
| committer | Jacob Walls <jacobtylerwalls@gmail.com> | 2025-12-29 09:59:18 -0500 |
| commit | ccf74f7dc771313b41e7c2912a71f9c5b0ae5e1d (patch) | |
| tree | 1cc6f57c927ba2c0de67169c59da0ba991833a4e /.github/workflows/docs.yml | |
| parent | cc0f6c4f74cc278fdab79b269401127f2d869334 (diff) | |
Bumped checkout version in Github actions configuration.
Diffstat (limited to '.github/workflows/docs.yml')
| -rw-r--r-- | .github/workflows/docs.yml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index bfa4f9cb52..ffbb845088 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -26,7 +26,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python @@ -47,7 +47,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python @@ -71,7 +71,7 @@ jobs: timeout-minutes: 60 steps: - name: Checkout - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: persist-credentials: false - name: Set up Python |
