Skip to content

Commit 97652f3

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 24b895b commit 97652f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
steps:
1717
# Checks-out the repository under $GITHUB_WORKSPACE, so it's accessible to the job
18-
- uses: actions/checkout@v2
18+
- uses: actions/checkout@v3
1919

2020
- name: Install dependencies
2121
run: |

0 commit comments

Comments
 (0)