diff options
author | Alfred Wingate <parona@protonmail.com> | 2024-03-29 13:23:56 +0200 |
---|---|---|
committer | Alfred Wingate <parona@protonmail.com> | 2024-03-29 14:01:32 +0200 |
commit | 17eee338c0c03d78bf40a07fe3144ec338d684db (patch) | |
tree | 609920fd9e9d409b90d9778b2d5bc7eb0c460085 | |
parent | 5d5e7382ad49a9f216152df98b7efba53268fbdc (diff) |
CI: update actions
"""
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-python@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
"""
Signed-off-by: Alfred Wingate <parona@protonmail.com>
-rw-r--r-- | .github/workflows/ci.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0d7b25..fb34daa 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,10 +31,10 @@ jobs: runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 - name: Set up Python ${{ matrix.python-version }} - uses: actions/setup-python@v2 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.python-version }} |