Skip to content

Commit

Permalink
Update ASQ setup to 2.0.0 (#675)
Browse files Browse the repository at this point in the history
  • Loading branch information
danielmarbach authored Jun 26, 2024
1 parent d242ae2 commit b620502
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,10 @@ jobs:
creds: ${{ secrets.AZURE_ACI_CREDENTIALS }}
- name: Setup Azure Storage
if: contains(matrix.engines, 'AzureStorage')
uses: Particular/setup-azurestorage-action@v1.2.1
uses: Particular/setup-azurestorage-action@v2.0.0
with:
connection-string-name: AzureStorageConnectionString
azure-credentials: ${{ secrets.AZURE_ACI_CREDENTIALS }}
tag: TimeoutMigrationTool
- name: Setup Oracle
if: contains(matrix.engines, 'Oracle')
Expand Down

0 comments on commit b620502

Please sign in to comment.