Skip to content
Merged
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/blivet-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI_CONTAINER: libblockdev-ci-blivet-tests
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install podman
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Checkout repository
uses: actions/checkout@v5
uses: actions/checkout@v6

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/compilation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
'clang-14', 'clang-15', 'clang-16', 'clang-17', 'clang-18']

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

- name: Install build dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/csmock.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
CI_CONTAINER: libblockdev-ci-csmock
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install podman
run: |
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/spelling.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI_CONTAINER: libblockdev-ci-spelling
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
path: libblockdev

Expand All @@ -23,7 +23,7 @@ jobs:
sudo apt -y -qq install codespell lintian

- name: Get the storaged-project/ci repository
uses: actions/checkout@v5
uses: actions/checkout@v6
with:
repository: storaged-project/ci
path: ci
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/symbols.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI_CONTAINER: libblockdev-ci-symbols
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install podman
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/udisks-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
CI_CONTAINER: libblockdev-ci-udisks-build
steps:
- name: Checkout libblockdev repository
uses: actions/checkout@v5
uses: actions/checkout@v6

- name: Install podman
run: |
Expand Down