Skip to content

Commit

Permalink
Merge pull request #13 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 48f6ec0 + d7ac3be commit 581a770
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
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"
6 changes: 3 additions & 3 deletions .github/workflows/publish-module.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@master
uses: actions/checkout@v4
- name: Set up Terraform cli
uses: hashicorp/setup-terraform@v1
uses: hashicorp/setup-terraform@v3
- name: Terraform fmt
run: |
set +e
Expand All @@ -39,7 +39,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 581a770

Please sign in to comment.