Skip to content

Commit e8db551

Browse files
authored
Merge pull request #1285 from containers/dependabot/github_actions/actions/checkout-5
Bump actions/checkout from 4 to 5
2 parents ffe2a29 + ee32ffe commit e8db551

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/codespell.yml

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

1616
steps:
1717
- name: Checkout
18-
uses: actions/checkout@v4
18+
uses: actions/checkout@v5
1919
- name: Codespell
2020
uses: codespell-project/actions-codespell@v2
2121
with:

.github/workflows/release.yml

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

1212
steps:
1313
- name: Checkout code
14-
uses: actions/checkout@v4
14+
uses: actions/checkout@v5
1515

1616
- name: Build binary
1717
run: |

.github/workflows/static-checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
# write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
1414
options: --privileged --cgroupns=host
1515
steps:
16-
- uses: actions/checkout@v4
16+
- uses: actions/checkout@v5
1717
- name: Install dependencies
1818
run: |
1919
set -e

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
# write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
2020
options: --privileged --cgroupns=host
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v5
2323
- name: Install dependencies
2424
run: |
2525
set -e

0 commit comments

Comments
 (0)