Skip to content

Commit

Permalink
Merge pull request #28 from lambchop4prez/update-actions
Browse files Browse the repository at this point in the history
Update actions
  • Loading branch information
lambchop4prez authored Oct 1, 2023
2 parents 31fe866 + 274abe4 commit a5e7568
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 7 deletions.
8 changes: 8 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
version: 2
updates:
- directory: .github/
package-ecosystem: github-actions
schedule:
timezone: "05:42 UTC"
interval: weekly
day: sunday
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-python@v3
- uses: pre-commit-ci/[email protected]
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
- uses: actions/setup-python@61a6322f88396a6271a6ee3565807d608ecaddd1 # v4.7.0
- uses: pre-commit-ci/lite-action@2529d76d2c5ffdf2a85aa090c38949eada94d39d # v1.0.1
if: always()
8 changes: 4 additions & 4 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ repos:
rev: fc260393cc4ec09f8fc0a5ba4437f481c8b55dc1 # v3.0.3
hooks:
- id: prettier
- repo: https://github.com/adrienverge/yamllint
rev: b05e028c5881819161d11cb543fd96a30c06cceb # v1.32.0
hooks:
- id: yamllint
# - repo: https://github.com/adrienverge/yamllint
# rev: b05e028c5881819161d11cb543fd96a30c06cceb # v1.32.0
# hooks:
# - id: yamllint

0 comments on commit a5e7568

Please sign in to comment.