Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/interlay/interbtc into na…
Browse files Browse the repository at this point in the history
…kul/feat_update_to_v1

# Conflicts:
#	.github/workflows/cargo-test.yml
  • Loading branch information
nakul1010 committed Sep 6, 2023
2 parents f50fc32 + 6f2868e commit 719192e
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/cargo-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
publish:
runs-on: [self-hosted, linux]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- run: git fetch --prune --unshallow
- name: Install System Dependencies
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/cargo-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
runs-on: [self-hosted, linux]

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
- run: git fetch --prune --unshallow
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/draft-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runtime: ["interlay", "kintsugi"]
steps:
- name: Checkout sources
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build ${{ matrix.runtime }} runtime
id: srtool_build
Expand Down Expand Up @@ -45,7 +45,7 @@ jobs:
runs-on: [self-hosted, linux]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0
- uses: actions-rs/toolchain@v1
Expand All @@ -68,7 +68,7 @@ jobs:
runs-on: [self-hosted, linux]
needs: ["build-binary"]
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare
id: prep
run: |
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
needs: ["build-runtimes", "build-binary"]
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/notify-breaking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

steps:
- name: Checkout code
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
fetch-depth: 0

Expand Down

0 comments on commit 719192e

Please sign in to comment.