Skip to content

Commit

Permalink
Merge pull request #41 from the-hideout/dependabot/github_actions/git…
Browse files Browse the repository at this point in the history
…hub-actions-8429955ad1

Bump the github-actions group with 2 updates
  • Loading branch information
Razzmatazzz authored Apr 8, 2024
2 parents f1a7fa4 + 6b180c0 commit e060dce
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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/branch-deploy@v9.1.0
- uses: github/branch-deploy@v9.1.1
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@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # 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@cb79c773a3cfa27f31f25eb3f677781210c9ce3d # pin@v1
- uses: azure/login@8c334a195cbb38e46038007b304988d888bf676a # pin@v1
with:
creds: ${{ secrets.AZURE_CREDENTIALS }}

Expand Down
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/branch-deploy@v9.1.0
uses: github/branch-deploy@v9.1.1
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 e060dce

Please sign in to comment.