Skip to content

Commit 444722a

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 8ffe900 commit 444722a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pull_request.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ 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

2525
- name: Install dependencies
2626
run: |
@@ -50,7 +50,7 @@ jobs:
5050
- "2.12"
5151
steps:
5252
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
53-
- uses: actions/checkout@v2
53+
- uses: actions/checkout@v3
5454

5555
- name: Install dependencies
5656
run: |

0 commit comments

Comments
 (0)