Skip to content

Commit

Permalink
Merge branch 'main' of github.com:raspbernetes/k8s-gitops into main
Browse files Browse the repository at this point in the history
  • Loading branch information
xunholy committed Jan 10, 2021
2 parents 1301702 + 69564a6 commit 575ca29
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pattern: '*.sh'
exclude: './.git/*'
- name: Lint Yaml
uses: ibiqlik/action-yamllint@v1
uses: ibiqlik/action-yamllint@v3
validate:
runs-on: ubuntu-latest
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Auto Merge
uses: "pascalgn/automerge-action@v0.12.0"
uses: "pascalgn/automerge-action@v0.13.0"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: merge
Expand Down

0 comments on commit 575ca29

Please sign in to comment.