Skip to content

Commit c906e2a

Browse files
committed
CI: Update versions used of community GitHub Actions
DEV-1359 Syncing the versions of community actions used to the latest major version. This should avoid deprecation warnings seen in GitHub Actions. https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/
1 parent 981e0d8 commit c906e2a

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/pull_request.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
- "2.12"
2121
steps:
2222
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v3
2424

25-
- uses: actions/setup-python@v2
25+
- uses: actions/setup-python@v4
2626

2727
- name: Install dependencies
2828
run: |
@@ -54,9 +54,9 @@ jobs:
5454
- "3.21"
5555
steps:
5656
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
57-
- uses: actions/checkout@v2
57+
- uses: actions/checkout@v3
5858

59-
- uses: actions/setup-python@v2
59+
- uses: actions/setup-python@v4
6060

6161
- name: Install dependencies
6262
run: |

0 commit comments

Comments
 (0)