Skip to content

Commit

Permalink
blast_repo fixes (google#195)
Browse files Browse the repository at this point in the history
dependabot
github-actions
  • Loading branch information
kevmoo authored Feb 3, 2023
1 parent a805b4b commit 5119eba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# Dependabot configuration file.
# See https://docs.github.com/en/code-security/dependabot/dependabot-version-updates

version: 2
updates:
- package-ecosystem: github-actions
directory: /
schedule:
interval: monthly
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ jobs:
runs-on: ubuntu-latest
needs: find-package
steps:
- uses: actions/checkout@v3
- uses: dart-lang/setup-dart@v1
- uses: actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c
- uses: dart-lang/setup-dart@a57a6c04cf7d4840e88432aad6281d1e125f0d46
- run: dart pub global activate pana
- run: dart pub global run pana . >> "$GITHUB_STEP_SUMMARY"
working-directory: ${{needs.find-package.outputs.package}}
Expand Down

0 comments on commit 5119eba

Please sign in to comment.