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/pre-commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
# Required to grab the full history for proper pre-commit checks
fetch-depth: 0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_kbupdate_win.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run_kbupdate:
runs-on: [windows-latest]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: Test run pwsh script
shell: pwsh
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/run_qna.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
ubuntu-22.04,
]
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna linux
if: runner.os == 'Linux'
Expand Down Expand Up @@ -127,7 +127,7 @@ jobs:
steps:
- name: install cpio
run: dnf --assumeyes install cpio tar gzip
- uses: actions/checkout@v6
- uses: actions/checkout@v7
# https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
- name: run qna linux rhel
if: runner.os == 'Linux'
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:
container:
image: ${{ matrix.container-image }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: install prereqs
run: |
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
container:
image: ${{ matrix.container-image }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- name: install prereqs
run: |
Expand Down Expand Up @@ -235,7 +235,7 @@ jobs:
# zypper --no-gpg-checks --gpg-auto-import-keys --non-interactive addrepo https://download.opensuse.org/repositories/Base:System/openSUSE_Tumbleweed/Base:System.repo
# zypper install --no-confirm tar

# - uses: actions/checkout@v6
# - uses: actions/checkout@v7

# # https://stackoverflow.com/questions/57946173/github-actions-run-step-on-specific-os
# - name: run qna linux suse
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test_raspbian.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
base_image: raspios_lite_arm64:latest
cpu_info: raspberrypi_zero2_w_arm64_w
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- uses: pguyot/arm-runner-action@v2
with:
base_image: ${{ matrix.base_image }}
Expand Down
Loading