diff options
| author | Bobby <[email protected]> | 2022-12-22 11:39:30 -0500 |
|---|---|---|
| committer | Bobby <[email protected]> | 2022-12-22 11:39:30 -0500 |
| commit | 06fcc9b667884f8c417038f6c08f447c87779dda (patch) | |
| tree | 622a7d6dbd7201eee85ef45cac6d0f4018d9bf16 /.github | |
| parent | e0718cf381fd4d9f9ae1bb734cdb15c6e6a444ef (diff) | |
| download | edify-06fcc9b667884f8c417038f6c08f447c87779dda.tar.xz edify-06fcc9b667884f8c417038f6c08f447c87779dda.zip | |
Update Actions to Run on NodeJS 16
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/github-actions.yml | 4 |
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 }} |
