This is an automated email from the ASF dual-hosted git repository.
johnbam pushed a commit to branch trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
The following commit(s) were added to refs/heads/trunk by this push:
new 819addb6cc Bump `actions/checkout` to `v6` (#446)
819addb6cc is described below
commit 819addb6cc72afd0749e701e6e7250975c749882
Author: John Bampton <[email protected]>
AuthorDate: Sat Nov 29 00:34:12 2025 +1000
Bump `actions/checkout` to `v6` (#446)
https://github.com/actions/checkout/releases/tag/v6.0.0
---
.github/workflows/linter.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml
index 1901861a7a..6da53bb03e 100644
--- a/.github/workflows/linter.yml
+++ b/.github/workflows/linter.yml
@@ -32,7 +32,7 @@ jobs:
runs-on: ubuntu-24.04
steps:
- name: Check Out
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
- name: Install
run: |
python -m pip install --upgrade pip