Merge pull request from containers/dependabot/github_actions/actions/checkout-4

Bump actions/checkout from 3 to 4
This commit is contained in:
Povilas Kanapickas
2024-03-09 01:09:28 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
.github/workflows

@ -13,7 +13,7 @@ jobs:
# write /sys/fs/cgroup/cgroup.subtree_control: operation not supported # write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
options: --privileged --cgroupns=host options: --privileged --cgroupns=host
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Analysing the code with ruff - name: Analysing the code with ruff
run: | run: |
set -e set -e

@ -13,7 +13,7 @@ jobs:
# write /sys/fs/cgroup/cgroup.subtree_control: operation not supported # write /sys/fs/cgroup/cgroup.subtree_control: operation not supported
options: --privileged --cgroupns=host options: --privileged --cgroupns=host
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v4
- name: Install dependencies - name: Install dependencies
run: | run: |
set -e set -e