Skip to content

Commit f45a7ae

Browse files
committed
2 parents 8879724 + 06ce37f commit f45a7ae

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v4
3939

4040
- name: Install azd
41-
uses: Azure/setup-azd@v1.0.0
41+
uses: Azure/setup-azd@v2.0.0
4242

4343
- name: Log in with Azure (Federated Credentials)
4444
if: ${{ env.AZURE_CLIENT_ID != '' }}

.github/workflows/super-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 0
3333

3434
- name: Super-linter
35-
uses: super-linter/super-linter@v7.1.0 # x-release-please-version
35+
uses: super-linter/super-linter@v7.2.1 # x-release-please-version
3636
env:
3737
# To report GitHub Actions status checks
3838
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)