Skip to content

Commit

Permalink
Merge pull request #3176 from travier/docs-dependabot-update
Browse files Browse the repository at this point in the history
workflow/docs: Update to actions/checkout@v4 & dependabot: Update github-actions weekly
  • Loading branch information
ericcurtin committed Feb 19, 2024
2 parents fa59b3e + b7f6ed7 commit 695a52a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,7 @@ updates:
directory: "/"
schedule:
interval: "daily"
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 695a52a

Please sign in to comment.