From 003a9a5c9ffefd82ddf0b208fe429ce540b66f88 Mon Sep 17 00:00:00 2001 From: matan engber Date: Wed, 13 Nov 2024 17:08:07 +0200 Subject: [PATCH] EE-650: update deprecated actions --- .github/workflows/main.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c5dbc04..80700a7 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -20,7 +20,7 @@ jobs: steps: # https://github.com/actions/checkout - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Install run: npm ci - name: Build @@ -34,7 +34,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v4 - name: Turnstyle uses: ./ # Uses an action in the root directory with: