Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/list-chromium-repos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
GITLAB_TOKEN: ${{ secrets.GITLAB_SYNC_TOKEN }}
GL_API: https://gitlab.com/api/v4
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6
- name: List all Chromium_Browser_OS_Deving projects
run: python3 scripts/list-chromium-gl-repos.py
2 changes: 1 addition & 1 deletion .github/workflows/mirror-osp-to-ooc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
if: github.repository == 'OpenOS-Project-OSP/lkm'
steps:
- name: Checkout full history
uses: actions/checkout@v4
uses: actions/checkout@v6
with:
fetch-depth: 0
persist-credentials: false
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/pacscript-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: bash -n on all kport shell scripts
run: |
Expand All @@ -50,7 +50,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Run pacscript linter
run: bash scripts/kport/lint-pacscripts.sh
Expand All @@ -60,7 +60,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Run keyword tier tests
run: bash scripts/kport/keyword-tier-check.sh --verbose
Expand All @@ -70,7 +70,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Run resolver check
run: bash scripts/kport/resolver-check.sh
2 changes: 1 addition & 1 deletion .github/workflows/sync-registry-sources.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

steps:
- name: Checkout fork-sync-all
uses: actions/checkout@v4
uses: actions/checkout@v6

- name: Sync upstream sources from registry
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sync-to-gitlab-variant.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6


- name: Quota pre-flight
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/validate-readme-render.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
(github.event_name == 'workflow_dispatch' && inputs.repos == '')

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Check README.md
run: |
Expand All @@ -70,7 +70,7 @@ jobs:
(github.event_name == 'workflow_dispatch' && inputs.repos != '')

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v6

- name: Determine repos to check
id: repos
Expand Down