Skip to content

Commit 816277b

Browse files
authored
Merge pull request #6 from austinvazquez/fix-project-checks
Update project-checks to v1.2.2 to unblock CI
2 parents bf440e7 + 4144770 commit 816277b

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

.github/dependabot.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
version: 2
2+
updates:
3+
- package-ecosystem: "github-actions"
4+
directory: "/.github/workflows"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 5

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
path: src/github.com/containerd/log
6565
fetch-depth: 25
6666

67-
- uses: containerd/project-checks@v1.1.0
67+
- uses: containerd/project-checks@v1.2.2
6868
with:
6969
working-directory: src/github.com/containerd/log
7070
repo-access-token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)