diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index de0922c..5dd1140 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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -109,7 +109,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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -131,7 +131,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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 @@ -162,7 +162,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@v5 with: { fetch-depth: 0 } - name: Setup Rust 1.88 diff --git a/.github/workflows/conventional-commits.yml b/.github/workflows/conventional-commits.yml index e84ffd8..120a00e 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@v5 - uses: webiny/action-conventional-commits@v1.3.0 diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index d49a255..5518f7b 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@v5 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@v5 with: { fetch-depth: 0 } - name: Set up QEMU (multi-arch) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 02116fd..01f27e7 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@v5 - name: Derive tag id: tag