Update actions/checkout action to v4 (#2235)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
61d549fbab
commit
64c91cdbcb
|
|
@ -12,7 +12,7 @@ jobs:
|
|||
image: archlinux:latest
|
||||
options: --privileged
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- uses: actions/checkout@v4
|
||||
- uses: actions/setup-python@v3
|
||||
- name: Install pre-dependencies
|
||||
run: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue