diff --git a/.github/workflows/check-branch.yml b/.github/workflows/check-branch.yml index ddadfef2..d60364c9 100644 --- a/.github/workflows/check-branch.yml +++ b/.github/workflows/check-branch.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialization uses: ./.github/actions/init diff --git a/.github/workflows/sonar.yml b/.github/workflows/sonar.yml index ecb6e7f1..c7a30f4c 100644 --- a/.github/workflows/sonar.yml +++ b/.github/workflows/sonar.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout project - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Initialization uses: ./.github/actions/init