Skip to content

Commit

Permalink
Bump the github-actions group across 1 directory with 3 updates
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 3 updates in the / directory: [github/branch-deploy](https://github.com/github/branch-deploy), [azure/login](https://github.com/azure/login) and [GrantBirki/comment](https://github.com/grantbirki/comment).


Updates `github/branch-deploy` from 9.1.1 to 9.1.3
- [Release notes](https://github.com/github/branch-deploy/releases)
- [Commits](github/branch-deploy@v9.1.1...v9.1.3)

Updates `azure/login` from 2.0.0 to 2.1.1
- [Release notes](https://github.com/azure/login/releases)
- [Commits](Azure/login@8c334a1...6c25186)

Updates `GrantBirki/comment` from 2.0.9 to 2.0.10
- [Release notes](https://github.com/grantbirki/comment/releases)
- [Commits](GrantBirki/comment@v2.0.9...v2.0.10)

---
updated-dependencies:
- dependency-name: github/branch-deploy
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
- dependency-name: azure/login
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: github-actions
- dependency-name: GrantBirki/comment
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jun 1, 2024
1 parent e060dce commit 40c17b0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/branch-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: github/[email protected].1
- uses: github/[email protected].3
id: branch-deploy
with:
admins: the-hideout/core-contributors
Expand All @@ -33,7 +33,7 @@ jobs:
with:
ref: ${{ steps.branch-deploy.outputs.ref }}

- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin@v1
if: ${{ steps.branch-deploy.outputs.continue == 'true' }}
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
- uses: azure/login@6c251865b4e6290e7b78be643ea2d005bc51f69a # pin@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/new-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
# Comment on new PR requests with deployment instructions
- uses: actions/checkout@v4
- name: comment
uses: GrantBirki/[email protected].9
uses: GrantBirki/[email protected].10
continue-on-error: true
with:
file: .github/new-pr-comment.md
2 changes: 1 addition & 1 deletion .github/workflows/unlock-on-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:

steps:
- name: unlock on merge
uses: github/[email protected].1
uses: github/[email protected].3
id: unlock-on-merge
with:
unlock_on_merge_mode: "true" # <-- indicates that this is the "Unlock on Merge Mode" workflow
Expand Down

0 comments on commit 40c17b0

Please sign in to comment.