diff --git a/.github/workflows/default.yaml b/.github/workflows/default.yaml index 2605d5015..c1ef54f5b 100644 --- a/.github/workflows/default.yaml +++ b/.github/workflows/default.yaml @@ -23,7 +23,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -76,7 +76,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -184,7 +184,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -254,7 +254,7 @@ jobs: - name: Checkout repo if: github.event_name == 'push' && (github.ref == 'refs/heads/main') - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 @@ -285,7 +285,7 @@ jobs: if: | (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')) || (github.event_name == 'workflow_dispatch') - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 ref: ${{ github.event_name == 'workflow_dispatch' && inputs.tag || github.ref }}