gha: Fix snap creation workflow warnings

Fix recurring issues of failing to install dependencies due to stale apt cache.
Uprev actions/checkout to v3 to resolve issue "Node.js 12 actions are deprecated."

Fixes: #5659
Signed-off-by: Tamas K Lengyel <tamas.lengyel@intel.com>
This commit is contained in:
Tamas K Lengyel
2023-04-27 18:36:17 +00:00
parent 509bc8b6c8
commit 0d49ceee0b
2 changed files with 3 additions and 2 deletions

View File

@@ -14,7 +14,7 @@ jobs:
steps:
- name: Check out
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
uses: actions/checkout@v2
uses: actions/checkout@v3
with:
fetch-depth: 0