diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index b816af7..df8d4a3 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -17,7 +17,7 @@ jobs: outputs: cli: ${{ steps.filter.outputs.cli }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: filter with: @@ -34,7 +34,7 @@ jobs: run: working-directory: cli steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v1 with: diff --git a/.github/workflows/distribution-server-release.yml b/.github/workflows/distribution-server-release.yml index 6ace3fa..0f4666e 100644 --- a/.github/workflows/distribution-server-release.yml +++ b/.github/workflows/distribution-server-release.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PrepareReg Names run: | echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV diff --git a/.github/workflows/lean-release.yml b/.github/workflows/lean-release.yml index db585cf..e11067c 100644 --- a/.github/workflows/lean-release.yml +++ b/.github/workflows/lean-release.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PrepareReg Names run: | echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV diff --git a/.github/workflows/lean.yml b/.github/workflows/lean.yml index 696a95f..636d6c9 100644 --- a/.github/workflows/lean.yml +++ b/.github/workflows/lean.yml @@ -17,7 +17,7 @@ jobs: outputs: lean: ${{ steps.filter.outputs.lean }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: filter with: @@ -48,7 +48,7 @@ jobs: --health-timeout 5s --health-retries 5 steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v1 with: diff --git a/.github/workflows/quote-server-adaptor-release.yml b/.github/workflows/quote-server-adaptor-release.yml index 9536d43..db2769a 100644 --- a/.github/workflows/quote-server-adaptor-release.yml +++ b/.github/workflows/quote-server-adaptor-release.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PrepareReg Names run: | echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV diff --git a/.github/workflows/quote-server-adaptor.yml b/.github/workflows/quote-server-adaptor.yml index d8c303d..36e11c7 100644 --- a/.github/workflows/quote-server-adaptor.yml +++ b/.github/workflows/quote-server-adaptor.yml @@ -17,7 +17,7 @@ jobs: outputs: quoteserveradaptor: ${{ steps.filter.outputs.quoteserveradaptor }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: dorny/paths-filter@v2 id: filter with: @@ -34,7 +34,7 @@ jobs: run: working-directory: quote-server-adaptor steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Install Protoc uses: arduino/setup-protoc@v1 with: diff --git a/.github/workflows/swift-trader-release.yml b/.github/workflows/swift-trader-release.yml index 9c92bc0..d520771 100644 --- a/.github/workflows/swift-trader-release.yml +++ b/.github/workflows/swift-trader-release.yml @@ -17,7 +17,7 @@ jobs: contents: read steps: - name: Check out the repo - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: PrepareReg Names run: | echo IMAGE_REPOSITORY=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV