Update to 2.2.10

This commit is contained in:
Arnaud 2026-04-24 17:55:28 +04:00
parent 4b82d7f82d
commit 78b7242632
No known key found for this signature in database
GPG Key ID: A6C7C781817146FA
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ on:
env:
cache_nonce: 0 # Allows for easily busting actions/cache caches
nim_version: v2.2.8
nim_version: v2.2.10
concurrency:
group: ${{ github.workflow }}-${{ github.ref || github.run_id }}

View File

@ -15,7 +15,7 @@
#
# If NIM_COMMIT is set to "nimbusbuild", this will use the
# version pinned by nimbus-build-system.
PINNED_NIM_VERSION := v2.2.8
PINNED_NIM_VERSION := v2.2.10
ifeq ($(NIM_COMMIT),)
NIM_COMMIT := $(PINNED_NIM_VERSION)