Skip to content

Commit ff5612d

Browse files
committed
test
1 parent 4c2764d commit ff5612d

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/apigee-release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
PROXYGEN_API_NAME: hello-world
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
2222

@@ -90,7 +90,7 @@ jobs:
9090
echo "APIGEE_ACCESS_TOKEN=$token" >> $GITHUB_ENV
9191
9292
- name: Install Python 3.9
93-
uses: actions/setup-python@v3
93+
uses: actions/setup-python@v5
9494
with:
9595
python-version: 3.9
9696

.github/workflows/continous-integration-workflow.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,12 +10,12 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout
13-
uses: actions/checkout@v3
13+
uses: actions/checkout@v2
1414
with:
1515
fetch-depth: 0 # This causes all history to be fetched, which is required for calculate-version to function
1616

1717
- name: Install Python 3.9
18-
uses: actions/setup-python@v3
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: 3.9
2121

.github/workflows/spec-release-pipeline.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
PROXYGEN_API_NAME: hello-world
1717
steps:
1818
- name: Checkout
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v2
2020
with:
2121
fetch-depth: 0
2222

@@ -39,7 +39,7 @@ jobs:
3939
fi
4040
4141
- name: Install Python 3.9
42-
uses: actions/setup-python@v3
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: 3.9
4545

0 commit comments

Comments
 (0)