Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 8 additions & 8 deletions .github/workflows/generate-schemas-batch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
name: Update Schemas Batch 0
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0
with:
ref: ${{ env.AUTOGENERATE_BRANCH_NAME }}

Expand All @@ -32,7 +32,7 @@ jobs:
branch: ${{ env.TEMP_AUTOGENERATE_BRANCH_NAME }}

- name: Clone azure-rest-api-specs
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.1.0
with:
repository: Azure/azure-rest-api-specs
path: workflow-temp/azure-rest-api-specs
Expand Down Expand Up @@ -68,12 +68,12 @@ jobs:
name: Update Schemas Batch 1
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0
with:
ref: ${{ env.TEMP_AUTOGENERATE_BRANCH_NAME }}

- name: Clone azure-rest-api-specs
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.1.0
with:
repository: Azure/azure-rest-api-specs
path: workflow-temp/azure-rest-api-specs
Expand Down Expand Up @@ -112,12 +112,12 @@ jobs:
name: Update Schemas Batch 2
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0
with:
ref: ${{ env.TEMP_AUTOGENERATE_BRANCH_NAME }}

- name: Clone azure-rest-api-specs
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.1.0
with:
repository: Azure/azure-rest-api-specs
path: workflow-temp/azure-rest-api-specs
Expand Down Expand Up @@ -156,12 +156,12 @@ jobs:
name: Update Schemas Batch 3
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0
with:
ref: ${{ env.TEMP_AUTOGENERATE_BRANCH_NAME }}

- name: Clone azure-rest-api-specs
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.1.0
with:
repository: Azure/azure-rest-api-specs
path: workflow-temp/azure-rest-api-specs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/generate-types.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0

- name: Clone azure-rest-api-specs
uses: actions/checkout@v2.3.5
uses: actions/checkout@v3.1.0
with:
repository: Azure/azure-rest-api-specs
path: workflow-temp/azure-rest-api-specs
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0

- name: Setup Node.js
uses: actions/[email protected]
Expand Down Expand Up @@ -40,7 +40,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0

- name: Setup Node.js
uses: actions/[email protected]
Expand All @@ -66,7 +66,7 @@ jobs:
PR_PREFIX: sdkAuto/
if: ${{ github.event.pull_request.user.login == 'openapi-sdkautomation[bot]' }}
steps:
- uses: actions/checkout@v2.3.5
- uses: actions/checkout@v3.1.0

- name: Setup Node.js
uses: actions/[email protected]
Expand Down