From: Jan Kiszka <[email protected]> Silences some NodeJS 12 action deprecation warnings.
Signed-off-by: Jan Kiszka <[email protected]> --- .github/workflows/main.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 1dbbc648..eea15f37 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -26,7 +26,7 @@ jobs: runs-on: ubuntu-20.04 steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install dependencies run: | sudo apt-get update @@ -42,7 +42,7 @@ jobs: tar -xf coverity_tool.tar.gz ln -s cov-analysis-linux64-* cov-analysis-linux64 - name: Cache kernel build environment - uses: actions/cache@v2 + uses: actions/cache@v3 id: cache-kernel with: key: kernel-build -- 2.35.3 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/jailhouse-dev/90300437f01918e1055cf4674b506ae0e10a80ca.1674415741.git.jan.kiszka%40siemens.com.
