Skip to content

Commit

Permalink
Merge pull request #339 from IATI/develop
Browse files Browse the repository at this point in the history
Develop to main for v1.0.10 for xs:date +time fix
  • Loading branch information
Bjwebb authored Jul 7, 2023
2 parents 5a41484 + b92aeed commit 7a33e2d
Show file tree
Hide file tree
Showing 6 changed files with 298 additions and 367 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/develop-func-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
pull-requests: write
contents: write
steps:
- uses: fastify/github-action-merge-dependabot@v3.6.3
- uses: fastify/github-action-merge-dependabot@v3.9.0
with:
github-token: ${{secrets.GITHUB_TOKEN}}
4 changes: 2 additions & 2 deletions .github/workflows/develop-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
rm build-artifact-dev.zip
- name: 'Login via Azure CLI'
uses: azure/[email protected].6
uses: azure/[email protected].7
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand All @@ -63,7 +63,7 @@ jobs:
]
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1.4.8
uses: Azure/functions-action@v1.5.0
with:
app-name: ${{ env.NAME }}-${{ env.STAGE }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/prod-func-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
rm build-artifact-prod.zip
- name: 'Login via Azure CLI'
uses: azure/[email protected].6
uses: azure/[email protected].7
with:
creds: ${{ env.AZURE_CREDENTIALS }} # Service Principal credentials saved in GitHub Secrets

Expand All @@ -52,7 +52,7 @@ jobs:
]
- name: 'Run Azure Functions Action'
uses: Azure/functions-action@v1.4.8
uses: Azure/functions-action@v1.5.0
with:
app-name: ${{ env.NAME }}-${{ env.STAGE }}
package: ${{ env.AZURE_FUNCTIONAPP_PACKAGE_PATH }}
Expand Down
Loading

0 comments on commit 7a33e2d

Please sign in to comment.