We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fa59b3e + b7f6ed7 commit 695a52aCopy full SHA for 695a52a
.github/dependabot.yml
@@ -5,3 +5,7 @@ updates:
5
directory: "/"
6
schedule:
7
interval: "daily"
8
+ - package-ecosystem: "github-actions"
9
+ directory: "/"
10
+ schedule:
11
+ interval: "weekly"
.github/workflows/docs.yml
@@ -19,7 +19,7 @@ jobs:
19
container: registry.ci.openshift.org/coreos/fcos-buildroot:testing-devel
20
steps:
21
- name: Checkout repository
22
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
23
24
- name: GH actions checkout post
25
run: git config --global --add safe.directory "$GITHUB_WORKSPACE"
0 commit comments