From 8d219314733c3a065c63a1792a39d9084c791abf Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Aug 2024 21:44:13 +0200 Subject: [PATCH 1/3] Chore(deps): Bump node from 22.6.0-alpine to 22.7.0-alpine (#558) Bumps node from 22.6.0-alpine to 22.7.0-alpine. --- updated-dependencies: - dependency-name: node dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 474edd6..f10bc8b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ ENTRYPOINT ["/bin/zsh"] ####################################### # image for creating the documentation ###################################### -FROM node:22.6.0-alpine AS docs +FROM node:22.7.0-alpine AS docs # install packages RUN apk add --update --no-cache bash make git zsh curl tmux From 91c82cc9777738bbcd53013458515ad2ee7a912f Mon Sep 17 00:00:00 2001 From: "allcontributors[bot]" <46447321+allcontributors[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:11:14 +0200 Subject: [PATCH 2/3] docs: add MuriloChianfa as a contributor for doc (#560) * docs: update README.md [skip ci] * docs: update .all-contributorsrc [skip ci] --------- Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com> --- .all-contributorsrc | 9 +++++++++ README.md | 3 ++- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/.all-contributorsrc b/.all-contributorsrc index 26e5989..830f374 100644 --- a/.all-contributorsrc +++ b/.all-contributorsrc @@ -316,6 +316,15 @@ "contributions": [ "doc" ] + }, + { + "login": "MuriloChianfa", + "name": "MuriloChianfa", + "avatar_url": "https://avatars.githubusercontent.com/u/60560085?v=4", + "profile": "https://github.com/MuriloChianfa", + "contributions": [ + "doc" + ] } ], "contributorsPerLine": 7, diff --git a/README.md b/README.md index 9bf03f2..efc181b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # actions-template-sync -[![All Contributors](https://img.shields.io/badge/all_contributors-31-orange.svg?style=flat-square)](#contributors-) +[![All Contributors](https://img.shields.io/badge/all_contributors-32-orange.svg?style=flat-square)](#contributors-) [![actions-template-sync](https://github.com/AndreasAugustin/actions-template-sync/actions/workflows/actions_template_sync.yml/badge.svg)](https://github.com/AndreasAugustin/actions-template-sync/actions/workflows/actions_template_sync.yml) @@ -719,6 +719,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d Ken Harding
Ken Harding

💻 🐛 Jakob Drachmann Havtorn
Jakob Drachmann Havtorn

🤔 Brian
Brian

📖 + MuriloChianfa
MuriloChianfa

📖 From d42338444babb6a09bfcf6b26d17011684958f8a Mon Sep 17 00:00:00 2001 From: MuriloChianfa <60560085+MuriloChianfa@users.noreply.github.com> Date: Mon, 2 Sep 2024 06:11:31 -0300 Subject: [PATCH 3/3] fixing passphrase typo (#559) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index efc181b..d41ff25 100644 --- a/README.md +++ b/README.md @@ -392,8 +392,8 @@ jobs: git_user_name: # add the gpg username git_user_email: # add the gpg email gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - # uncomment if your key has a passpharse - # gpg_passpharse: ${{ secrets.GPG_PASSPHRASE }} + # uncomment if your key has a passphrase + # gpg_passphrase: ${{ secrets.GPG_PASSPHRASE }} ```