mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-22 17:35:55 +03:00
workflow/docs: Update to actions/checkout@v4
This commit is contained in:
parent
f46cc0cd85
commit
99c9c387b8
2
.github/workflows/docs.yml
vendored
2
.github/workflows/docs.yml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
uses: actions/checkout@v4
|
||||
|
||||
- name: GH actions checkout post
|
||||
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
|
||||
|
Loading…
Reference in New Issue
Block a user