From 34fb538f4104e14113c6c415906031351165cb72 Mon Sep 17 00:00:00 2001 From: Kiefer Chang Date: Thu, 2 May 2024 12:09:16 +0800 Subject: [PATCH] fix: address actin warnings Signed-off-by: Kiefer Chang --- .github/workflows/codeql.yml | 2 +- .github/workflows/vagrant-install.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index a02d1a141..441527f86 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -22,7 +22,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/vagrant-install.yaml b/.github/workflows/vagrant-install.yaml index 2ce9ce9c1..84c5a9668 100644 --- a/.github/workflows/vagrant-install.yaml +++ b/.github/workflows/vagrant-install.yaml @@ -23,7 +23,7 @@ jobs: - vagrant - equinix steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Build Harvester artifacts run: | make