From 9876405e3e0585bd95209b3ce61b8f872463882e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=A5=E6=B5=A9?= <37316281+yanhao98@users.noreply.github.com> Date: Thu, 10 Oct 2024 10:06:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E5=AF=B9=20gitea/act=5Frunne?= =?UTF-8?q?r=20=E8=BF=9B=E8=A1=8C=E6=89=8B=E5=8A=A8=20pinDigests?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + default.json5 | 3 +-- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 82a6118..634030c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1 +1,2 @@ +FROM gitea/act_runner:nightly@sha256:38f9543bf786c0d9dc80c346ec55c7112e348d2e9c6ec3c35a460b6cb96d327f FROM docker.io/murielmay67761/docker-example:0.0.4 \ No newline at end of file diff --git a/default.json5 b/default.json5 index 608f101..ffca84d 100644 --- a/default.json5 +++ b/default.json5 @@ -38,9 +38,8 @@ "depNameTemplate": "semantic-release" }, { - // use-node-version=22.9.0 "customType": "regex", - "description": "Update Node.js version configured in .npmrc", + "description": "Update Node.js version configured in `.npmrc`. match `use-node-version=22.9.0`", "fileMatch": [ "^\\.npmrc$" ],