diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 20d4e45..31475e5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 @@ -54,7 +54,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 @@ -84,7 +84,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 @@ -112,7 +112,7 @@ jobs: needs: [fmt, sort, clippy] if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 @@ -137,7 +137,7 @@ jobs: runs-on: ubuntu-latest if: ${{ github.event_name != 'pull_request' || github.event.pull_request.draft == false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 @@ -171,7 +171,7 @@ jobs: needs: [test] if: ${{ github.ref == 'refs/heads/main' || (github.event_name == 'pull_request' && contains(github.event.pull_request.title, '[coverage]')) }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Setup Rust 1.89 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e84ffd8..ef15e11 100644 --- a/.github/workflows/conventional-commits.yml +++ b/.github/workflows/conventional-commits.yml @@ -10,6 +10,6 @@ jobs: name: Conventional Commits runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: webiny/action-conventional-commits@v1.3.0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d49a255..3407919 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -31,7 +31,7 @@ jobs: if: ${{ github.event_name == 'pull_request' && github.event.pull_request.draft == false }} steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up Buildx @@ -52,7 +52,7 @@ jobs: security-events: write # needed for upload-sarif steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: { fetch-depth: 0 } - name: Set up QEMU (multi-arch) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02116fd..52fe29d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: name: Create GitHub Release runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: Derive tag id: tag