From 833eabe82f589e0c41c546fb90837bd6159fd10d Mon Sep 17 00:00:00 2001 From: David PAGNON Date: Fri, 26 Jan 2024 23:49:30 +0100 Subject: [PATCH] node.js v16 -> v20 --- .github/workflows/publish-on-release.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-on-release.yml b/.github/workflows/publish-on-release.yml index 9e37bba..674e6e2 100644 --- a/.github/workflows/publish-on-release.yml +++ b/.github/workflows/publish-on-release.yml @@ -22,9 +22,9 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up Python - uses: actions/setup-python@v3 + uses: actions/setup-python@v4 with: python-version: "3.10" - name: Install dependencies