mirror of
https://github.com/ostreedev/ostree.git
synced 2025-01-09 01:18:35 +03:00
Merge pull request #3176 from travier/docs-dependabot-update
workflow/docs: Update to actions/checkout@v4 & dependabot: Update github-actions weekly
This commit is contained in:
commit
695a52ae21
4
.github/dependabot.yml
vendored
4
.github/dependabot.yml
vendored
@ -5,3 +5,7 @@ updates:
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "daily"
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "weekly"
|
||||
|
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