diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index c437090087..1c35947791 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 diff --git a/.github/workflows/pr_labels.yml b/.github/workflows/pr_labels.yml index 07237f87a8..a72fb19bbe 100644 --- a/.github/workflows/pr_labels.yml +++ b/.github/workflows/pr_labels.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Clone repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: # pull_request_target is run under forks, use main repo source fetch-depth: 0 diff --git a/.github/workflows/stable-compilation.yml b/.github/workflows/stable-compilation.yml index 157be4c24b..fe54e404f9 100644 --- a/.github/workflows/stable-compilation.yml +++ b/.github/workflows/stable-compilation.yml @@ -61,10 +61,10 @@ jobs: libdrm-dev libgbm-dev # only needed for sdl2 on debian 11 - name: Clone Repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event.inputs.git-ref == '' - name: Clone Repository (with custom ref) - uses: actions/checkout@v6 + uses: actions/checkout@v7 if: github.event.inputs.git-ref != '' with: ref: ${{ github.event.inputs.git-ref }}