Skip to content

Commit

Permalink
Update (#143)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefajers authored Mar 12, 2024
1 parent 89ec1c6 commit 18d4ccd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/sharedSteps/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ runs:
- name: Cache AzOps module
if: ${{ env.MODULE_VERSION != '' }}
id: cache-AzOps
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ${{ env.modulesFolder }}
key: '"AzOpsModule" | ${{ env.MODULE_VERSION }}'
Expand Down
1 change: 1 addition & 0 deletions settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
"Core.ApplicationInsights": false,
"Core.AutoGeneratedTemplateFolderPath": ".",
"Core.AutoInitialize": true,
"Core.CustomTemplateResourceDeletion": false,
"Core.DefaultDeploymentRegion": "northeurope",
"Core.EnrollmentAccountPrincipalName": "",
"Core.ExcludedSubOffer": [
Expand Down

0 comments on commit 18d4ccd

Please sign in to comment.