diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index da316c2105a4a..22a53e2d104a1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -191,7 +191,7 @@ jobs: components: rustfmt target: ${{ matrix.target }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: (matrix.python-version != 'fallback') with: python-version: ${{ matrix.python-version }} @@ -265,7 +265,7 @@ jobs: rustflags: "" components: rustfmt - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: (matrix.python-version != 'fallback') with: python-version: ${{ matrix.python-version }} @@ -807,7 +807,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Trigger runtime - uses: actions/github-script@v6 + uses: actions/github-script@v7 with: github-token: ${{ secrets.GH_TRIGGER_TOKEN }} script: | diff --git a/.github/workflows/rust-cubesql.yml b/.github/workflows/rust-cubesql.yml index 384bcc166be6e..993a39446ad36 100644 --- a/.github/workflows/rust-cubesql.yml +++ b/.github/workflows/rust-cubesql.yml @@ -245,7 +245,7 @@ jobs: components: rustfmt target: ${{ matrix.target }} - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: (matrix.python-version != 'fallback') with: python-version: ${{ matrix.python-version }} @@ -327,7 +327,7 @@ jobs: rustflags: "" components: rustfmt - name: Install Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 if: (matrix.python-version != 'fallback') with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/rust-cubestore-master.yml b/.github/workflows/rust-cubestore-master.yml index 9ebd512adb48c..585080bd80c92 100644 --- a/.github/workflows/rust-cubestore-master.yml +++ b/.github/workflows/rust-cubestore-master.yml @@ -149,7 +149,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Push to Docker Hub - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: context: ./rust/cubestore file: ./rust/cubestore/Dockerfile diff --git a/.github/workflows/rust-cubestore.yml b/.github/workflows/rust-cubestore.yml index cb08763913b93..1f5411d2dd265 100644 --- a/.github/workflows/rust-cubestore.yml +++ b/.github/workflows/rust-cubestore.yml @@ -97,7 +97,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - name: Build only - uses: docker/build-push-action@v3 + uses: docker/build-push-action@v6 with: context: ./rust/cubestore/ file: ./rust/cubestore/Dockerfile