Skip to content

Commit b8ec79b

Browse files
authored
Merge pull request #9 from dmcgowan/update-ci
Update github actions
2 parents 19cedbf + 86096f9 commit b8ec79b

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: "/"
5+
schedule:
6+
interval: "weekly"
7+
open-pull-requests-limit: 10

.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/plugin
6565
fetch-depth: 25
6666

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

0 commit comments

Comments
 (0)