From 05db52b0eb64fbce1331ef66f44e01471b230d0d Mon Sep 17 00:00:00 2001 From: Fabian Herschel Date: Mon, 6 May 2024 14:19:26 +0200 Subject: [PATCH] angi: 1st try to migrate to node.js 20 (github actions) --- .github/workflows/ChecksAndLinters.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ChecksAndLinters.yml b/.github/workflows/ChecksAndLinters.yml index cd296edb..63e490a8 100644 --- a/.github/workflows/ChecksAndLinters.yml +++ b/.github/workflows/ChecksAndLinters.yml @@ -17,10 +17,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up Python 3.10 - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.10"