Skip to content

Commit 79490ac

Browse files
authored
Merge pull request #34 from Azure-Samples/dependabot/github_actions/github-actions-eba390fa2e
Bump the github-actions group across 1 directory with 2 updates
2 parents 010e0c8 + be6c725 commit 79490ac

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/azure-dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: Azure/[email protected]
4141

4242
- name: Install Nodejs
43-
uses: actions/setup-node@v5
43+
uses: actions/setup-node@v6
4444
with:
4545
node-version: 18
4646

.github/workflows/template-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v5
1717

18-
- uses: microsoft/[email protected].3
18+
- uses: microsoft/[email protected].4
1919
env:
2020
AZURE_CLIENT_ID: ${{ vars.AZURE_CLIENT_ID }}
2121
AZURE_TENANT_ID: ${{ vars.AZURE_TENANT_ID }}

0 commit comments

Comments
 (0)