Skip to content

Commit fa48dc3

Browse files
chore(deps): update all non-major dependencies
1 parent 6dd0b2a commit fa48dc3

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/docker-build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
echo "GIT_CONFIG_GLOBAL=$GITHUB_WORKSPACE/.gitconfig" >> $GITHUB_ENV
4848
4949
- name: Checkout
50-
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
50+
uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
5151
with:
5252
fetch-depth: 0 # Fetch all history for all tags and branches
5353

@@ -333,7 +333,7 @@ jobs:
333333
image_tag: ${{ steps.version.outputs.image_tag }}
334334
version_tag: ${{ steps.version.outputs.version_tag }}
335335
steps:
336-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
336+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
337337
- name: Authenticate GitHub CLI
338338
run: |
339339
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
@@ -539,7 +539,7 @@ jobs:
539539
strategy:
540540
matrix: ${{ fromJson(needs.detect-changes.outputs.clients_matrix) }}
541541
steps:
542-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
542+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
543543
- name: Authenticate GitHub CLI
544544
run: |
545545
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token
@@ -723,7 +723,7 @@ jobs:
723723
- name: Get runner hostname
724724
id: get-hostname
725725
run: echo "hostname=$(hostname)" >> $GITHUB_OUTPUT
726-
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
726+
- uses: actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5
727727
- name: Authenticate GitHub CLI
728728
run: |
729729
echo "${{ secrets.GITHUB_TOKEN }}" | gh auth login --with-token

clients/exec/neard/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ARG BASE_IMAGE=ghcr.io/blockjoy/debian-bookworm-build:v20250414.1
2-
ARG NEAR_IMAGE=nearprotocol/nearcore:2.7.0
2+
ARG NEAR_IMAGE=nearprotocol/nearcore:2.10.2
33

44

55
FROM ${NEAR_IMAGE} AS near_node

0 commit comments

Comments
 (0)