Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
upgrade GitHub checkout action to version 3 (#2090)
Browse files Browse the repository at this point in the history
Reviewed
  • Loading branch information
abrahamberg committed Aug 9, 2023
1 parent 2644e52 commit b2a9a4c
Show file tree
Hide file tree
Showing 27 changed files with 41 additions and 41 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/basket-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/basket-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/catalog-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/catalog-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-test
with:
service: ${{ env.SERVICE }}
Expand All @@ -47,7 +47,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/identity-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/identity-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mobileshoppingagg-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobileshoppingagg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ordering-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordering-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-test
with:
service: ${{ env.SERVICE }}
Expand All @@ -47,7 +47,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ordering-backgroundtasks-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordering-backgroundtasks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ordering-signalrhub-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ordering-signalrhub.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/payment-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/payment-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webhooks-api-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webhooks-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webhooks-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webmvc-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: azure/login@v1
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webmvc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -42,7 +42,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webshoppingagg-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webshoppingagg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -39,7 +39,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webspa-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webspa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -41,7 +41,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/webstatus-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- uses: ./.github/workflows/composite/deploy-helm
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/webstatus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
if: ${{ github.event_name == 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build
with:
service: ${{ env.SERVICE }}
Expand All @@ -42,7 +42,7 @@ jobs:
if: ${{ github.event_name != 'pull_request' }}
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v3
- uses: ./.github/workflows/composite/build-push
with:
service: ${{ env.SERVICE }}
Expand Down

0 comments on commit b2a9a4c

Please sign in to comment.