From cd08e64c1340d0a46d60e8f4e014f3ea720810a6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 00:44:26 +0000 Subject: [PATCH] Update all non-major dependencies --- .github/workflows/docker-build.yml | 8 ++++---- clients/exec/neard/Dockerfile | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker-build.yml b/.github/workflows/docker-build.yml index 84b23ebf..d73268df 100644 --- a/.github/workflows/docker-build.yml +++ b/.github/workflows/docker-build.yml @@ -47,7 +47,7 @@ jobs: echo "GIT_CONFIG_GLOBAL=$GITHUB_WORKSPACE/.gitconfig" >> $GITHUB_ENV - name: Checkout - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 with: fetch-depth: 0 # Fetch all history for all tags and branches @@ -333,7 +333,7 @@ jobs: image_tag: ${{ steps.version.outputs.image_tag }} version_tag: ${{ steps.version.outputs.version_tag }} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token @@ -539,7 +539,7 @@ jobs: strategy: matrix: ${{ fromJson(needs.detect-changes.outputs.clients_matrix) }} steps: - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token @@ -723,7 +723,7 @@ jobs: - name: Get runner hostname id: get-hostname run: echo "hostname=$(hostname)" >> $GITHUB_OUTPUT - - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 + - uses: actions/checkout@fbc6f3992d24b796d5a048ff273f7fcc4a7b6c09 # v5 - name: Authenticate GitHub CLI run: | echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token diff --git a/clients/exec/neard/Dockerfile b/clients/exec/neard/Dockerfile index 7293858d..92e071ef 100644 --- a/clients/exec/neard/Dockerfile +++ b/clients/exec/neard/Dockerfile @@ -1,5 +1,5 @@ ARG BASE_IMAGE=ghcr.io/blockjoy/debian-bookworm-build:v20250414.1 -ARG NEAR_IMAGE=nearprotocol/nearcore:2.7.0 +ARG NEAR_IMAGE=nearprotocol/nearcore:2.13.1 FROM ${NEAR_IMAGE} AS near_node