diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 630d3d1..94709a4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update package info run: sudo apt-get update -y diff --git a/.github/workflows/pr_verification.yml b/.github/workflows/pr_verification.yml index 79e3f6a..bc3ed76 100644 --- a/.github/workflows/pr_verification.yml +++ b/.github/workflows/pr_verification.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Update package info run: sudo apt-get update -y