From 74f9bff6d026515e446d34f007fee35c3eee7794 Mon Sep 17 00:00:00 2001
From: vld <valentin.lorand@kereval.com>
Date: Wed, 26 Apr 2023 14:13:37 +0000
Subject: [PATCH] Redirect user for logout if no active session

---
 .github/workflows/release.yml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml
index 71e01a5..775cea3 100644
--- a/.github/workflows/release.yml
+++ b/.github/workflows/release.yml
@@ -57,7 +57,7 @@
     steps:
       - id: checkout
         name: Checkout code
-        uses: actions/checkout@v2
+        uses: actions/checkout@v3
 
       - id: download_artifact
         name: Download artifact

--
Gitblit v1.9.1