Skip to content

Commit 0aea4f6

Browse files
committed
1 parent b07498c commit 0aea4f6

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/manage_issues.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
5757
# https://github.com/actions/checkout
5858
- name: Checkout repository
59-
uses: actions/checkout@v3
59+
uses: actions/checkout@v4
6060

6161
- name: Install Python dependencies
6262
run: |

.github/workflows/normalize_repos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
run: |
1919
python -m pip install --upgrade pip
2020
python -m pip install pipenv
21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v4
2222
with:
2323
token: ${{ secrets.ADMIN_GITHUB_TOKEN }}
2424
- name: Install app dependencies

.github/workflows/push_data_to_ccos.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
python -m pip install pipenv
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Install app dependencies
2222
run: |
2323
pipenv sync

.github/workflows/sync_community_teams.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
python -m pip install --upgrade pip
1919
python -m pip install pipenv
20-
- uses: actions/checkout@v3
20+
- uses: actions/checkout@v4
2121
- name: Install app dependencies
2222
run: |
2323
pipenv sync

0 commit comments

Comments
 (0)