diff --git a/.github/workflows/build-binary.yml b/.github/workflows/build-binary.yml index bce98b5f..4284ccab 100644 --- a/.github/workflows/build-binary.yml +++ b/.github/workflows/build-binary.yml @@ -17,7 +17,7 @@ jobs: RUSTFLAGS: "-C target-cpu=${{ matrix.cpu }}" steps: - name: Checkout - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: ${{ github.event.inputs.ref }} - name: Install protoc diff --git a/.github/workflows/build-docker.yml b/.github/workflows/build-docker.yml index 535bfb58..a8790bfd 100644 --- a/.github/workflows/build-docker.yml +++ b/.github/workflows/build-docker.yml @@ -14,6 +14,8 @@ jobs: steps: - name: Check out the repo uses: actions/checkout@v4 + with: + ref: ${{ github.event.inputs.ref }} - name: Extract metadata (tags, labels) for Docker id: meta @@ -27,4 +29,4 @@ jobs: file: docker/watr-parachain.Dockerfile push: false tags: ${{ steps.meta.outputs.tags }} - labels: ${{ steps.meta.outputs.labels }} \ No newline at end of file + labels: ${{ steps.meta.outputs.labels }} diff --git a/.github/workflows/test-and-lint.yml b/.github/workflows/test-and-lint.yml index a92028a1..6c63fb20 100644 --- a/.github/workflows/test-and-lint.yml +++ b/.github/workflows/test-and-lint.yml @@ -25,7 +25,7 @@ jobs: override: true components: rustfmt, clippy - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Set up cargo cache uses: actions/cache@v3 diff --git a/.github/workflows/try-runtime-devnet.yml b/.github/workflows/try-runtime-devnet.yml index 137ba2ae..b61c9bac 100644 --- a/.github/workflows/try-runtime-devnet.yml +++ b/.github/workflows/try-runtime-devnet.yml @@ -26,7 +26,7 @@ jobs: components: rustfmt, clippy - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Set up cargo cache uses: actions/cache@v3