diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0aa26eb..24cf09d 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Prepare Workspace uses: craftaro/GH-Commons/.github/actions/setup_workspace@master with: @@ -87,7 +87,7 @@ jobs: if: ${{ always() && (github.ref == 'refs/heads/master' || github.ref == 'refs/heads/development' || github.ref_type == 'tag') }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Notify Webhook uses: craftaro/GH-Commons/.github/actions/discord_send_job_results@master with: diff --git a/.github/workflows/sonarcloud.yml b/.github/workflows/sonarcloud.yml index e833985..69403a1 100644 --- a/.github/workflows/sonarcloud.yml +++ b/.github/workflows/sonarcloud.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0