Skip to content

Commit

Permalink
Updated the github actions checkout action from v2 to v3 for both pub…
Browse files Browse the repository at this point in the history
…lisher and extractor
  • Loading branch information
Wael Kdouh committed Jan 25, 2023
1 parent f669bdb commit d73f7e7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions tools/github_workflows/run-extractor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
runs-on: ubuntu-latest
environment: dev # change this to match the dev environment created in settings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Run extractor without Config Yaml
if: ${{ github.event.inputs.CONFIGURATION_YAML_PATH == 'Extract All APIs' }}
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
needs: extract
runs-on: [ubuntu-latest]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Download artifacts-from-portal
uses: actions/download-artifact@v2
Expand Down
2 changes: 1 addition & 1 deletion tools/github_workflows/run-publisher-with-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- run: spectral lint "${{ GITHUB.WORKSPACE }}/${{ inputs.API_MANAGEMENT_SERVICE_OUTPUT_FOLDER_PATH }}\apis\*.{json,yml,yaml}" --ruleset https://raw.githubusercontent.com/connectedcircuits/devops-api-linter/main/rules.yaml

# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
fetch-depth: 2

Expand Down

0 comments on commit d73f7e7

Please sign in to comment.