Skip to content

Commit 047be72

Browse files
Merge pull request #1146 from storaged-project/dependabot/github_actions/actions/checkout-6
infra: bump actions/checkout from 5 to 6
2 parents 5294d3c + 3e2e948 commit 047be72

File tree

7 files changed

+8
-8
lines changed

7 files changed

+8
-8
lines changed

.github/workflows/blivet-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI_CONTAINER: libblockdev-ci-blivet-tests
1414
steps:
1515
- name: Checkout libblockdev repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Install podman
1919
run: |

.github/workflows/codeql-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424

2525
steps:
2626
- name: Checkout repository
27-
uses: actions/checkout@v5
27+
uses: actions/checkout@v6
2828

2929
# Initializes the CodeQL tools for scanning.
3030
- name: Initialize CodeQL

.github/workflows/compilation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
'clang-14', 'clang-15', 'clang-16', 'clang-17', 'clang-18']
1818

1919
steps:
20-
- uses: actions/checkout@v5
20+
- uses: actions/checkout@v6
2121

2222
- name: Install build dependencies
2323
run: |

.github/workflows/csmock.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
CI_CONTAINER: libblockdev-ci-csmock
1818
steps:
1919
- name: Checkout libblockdev repository
20-
uses: actions/checkout@v5
20+
uses: actions/checkout@v6
2121

2222
- name: Install podman
2323
run: |

.github/workflows/spelling.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI_CONTAINER: libblockdev-ci-spelling
1414
steps:
1515
- name: Checkout libblockdev repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717
with:
1818
path: libblockdev
1919

@@ -23,7 +23,7 @@ jobs:
2323
sudo apt -y -qq install codespell lintian
2424
2525
- name: Get the storaged-project/ci repository
26-
uses: actions/checkout@v5
26+
uses: actions/checkout@v6
2727
with:
2828
repository: storaged-project/ci
2929
path: ci

.github/workflows/symbols.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI_CONTAINER: libblockdev-ci-symbols
1414
steps:
1515
- name: Checkout libblockdev repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Install podman
1919
run: |

.github/workflows/udisks-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
CI_CONTAINER: libblockdev-ci-udisks-build
1414
steps:
1515
- name: Checkout libblockdev repository
16-
uses: actions/checkout@v5
16+
uses: actions/checkout@v6
1717

1818
- name: Install podman
1919
run: |

0 commit comments

Comments
 (0)