generate.yml: Bump actions/checkout to v4
This commit is contained in:
parent
3666aa510a
commit
21c1573ae8
1 changed files with 2 additions and 2 deletions
4
.github/workflows/generate.yml
vendored
4
.github/workflows/generate.yml
vendored
|
|
@ -14,7 +14,7 @@ jobs:
|
|||
pip install docutils
|
||||
|
||||
- name: Clone repository
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
with:
|
||||
path: osbuild
|
||||
|
||||
|
|
@ -40,7 +40,7 @@ jobs:
|
|||
OSBUILD_MPP_CACHEDIR: "/var/tmp/osbuild-mpp-cache"
|
||||
steps:
|
||||
- name: "Clone Repository"
|
||||
uses: actions/checkout@v3
|
||||
uses: actions/checkout@v4
|
||||
- name: Cache metadata
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue