aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBobby <[email protected]>2022-12-22 11:39:30 -0500
committerBobby <[email protected]>2022-12-22 11:39:30 -0500
commit06fcc9b667884f8c417038f6c08f447c87779dda (patch)
tree622a7d6dbd7201eee85ef45cac6d0f4018d9bf16
parente0718cf381fd4d9f9ae1bb734cdb15c6e6a444ef (diff)
downloadedify-06fcc9b667884f8c417038f6c08f447c87779dda.tar.xz
edify-06fcc9b667884f8c417038f6c08f447c87779dda.zip
Update Actions to Run on NodeJS 16
-rw-r--r--.github/workflows/github-actions.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/github-actions.yml b/.github/workflows/github-actions.yml
index 7306eaa..0f9e494 100644
--- a/.github/workflows/github-actions.yml
+++ b/.github/workflows/github-actions.yml
@@ -146,10 +146,10 @@ jobs:
tox_env: 'pypy38'
os: 'macos-latest'
steps:
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
with:
fetch-depth: 0
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v3
with:
python-version: ${{ matrix.python }}
architecture: ${{ matrix.python_arch }}