Skip to content

Commit cdf5961

Browse files
authored
Merge pull request #758 from containers/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents e6fc585 + 0c0e77c commit cdf5961

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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@v3
16+
- uses: actions/checkout@v4
1717
- name: Analysing the code with ruff
1818
run: |
1919
set -e

.github/workflows/test.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@v3
16+
- uses: actions/checkout@v4
1717
- name: Install dependencies
1818
run: |
1919
set -e

0 commit comments

Comments
 (0)