diff --git a/.github/dependabot.yml b/.github/dependabot.yml index 94960142cd..68ceaa27d0 100644 --- a/.github/dependabot.yml +++ b/.github/dependabot.yml @@ -5,3 +5,7 @@ updates: directory: "/" schedule: interval: "daily" + - package-ecosystem: "github-actions" + directory: "/" + schedule: + interval: "weekly" diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 328ea624fe..6726ccff75 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -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"