Skip to content

Commit 2be01d7

Browse files
Merge pull request #1121 from storaged-project/dependabot/github_actions/actions/checkout-5
infra: bump actions/checkout from 4 to 5
2 parents 4a213b7 + 9fd41cf commit 2be01d7

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
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@v4
16+
uses: actions/checkout@v5
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@v4
27+
uses: actions/checkout@v5
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@v4
20+
- uses: actions/checkout@v5
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@v4
20+
uses: actions/checkout@v5
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@v4
16+
uses: actions/checkout@v5
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@v4
26+
uses: actions/checkout@v5
2727
with:
2828
repository: storaged-project/ci
2929
path: ci

.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@v4
16+
uses: actions/checkout@v5
1717

1818
- name: Install podman
1919
run: |

0 commit comments

Comments
 (0)