Skip to content

Commit a511086

Browse files
chore(deps): bump the github-actions group across 1 directory with 2 updates
Bumps the github-actions group with 2 updates in the / directory: [dependabot/fetch-metadata](https://github.com/dependabot/fetch-metadata) and [frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2](https://github.com/frasermolyneux/actions). Updates `dependabot/fetch-metadata` from 2 to 3 - [Release notes](https://github.com/dependabot/fetch-metadata/releases) - [Commits](dependabot/fetch-metadata@v2...v3) Updates `frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2` from 1.2 to 1.3 - [Commits](frasermolyneux/actions@deploy-sql-database/v1.2...deploy-sql-database/v1.3) --- updated-dependencies: - dependency-name: dependabot/fetch-metadata dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions - dependency-name: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2 dependency-version: '1.3' dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 944361d commit a511086

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/dependabot-automerge.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Dependabot metadata
1919
id: metadata
20-
uses: dependabot/fetch-metadata@v2
20+
uses: dependabot/fetch-metadata@v3
2121
with:
2222
github-token: "${{ secrets.GITHUB_TOKEN }}"
2323
- name: Enable auto-merge for Dependabot PRs

.github/workflows/pr-verify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ jobs:
129129
concurrency:
130130
group: ${{ github.repository }}-dev
131131
steps:
132-
- uses: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.2
132+
- uses: frasermolyneux/actions/deploy-sql-database@deploy-sql-database/v1.3
133133
with:
134134
sql-args: /Variables:env=dev /Variables:instance=01
135135
sql-server-fqdn: ${{ needs.terraform-plan-and-apply-dev.outputs.sql_server_fqdn }}

0 commit comments

Comments
 (0)