Skip to content

Commit

Permalink
Merge pull request #3 from vivantehealth/gh-actions-db-updates
Browse files Browse the repository at this point in the history
Update github workflows and/or dependabot config (automated)
  • Loading branch information
figadore authored Sep 13, 2024
2 parents 527236a + 3fa62c9 commit d13e884
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
version: 2
updates:
- package-ecosystem: "github-actions"
directory: "/"
schedule:
interval: "weekly"
2 changes: 1 addition & 1 deletion .github/workflows/publish-action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: GitHub semver release
uses: vivantehealth/github-semver-release-action@v0
with:
Expand Down

0 comments on commit d13e884

Please sign in to comment.