From 693c9c385af9ce8fc582d0b3e816fe1fc6ca76d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 4 Aug 2023 08:31:35 +0200 Subject: [PATCH] chore(deps): update endbug/add-and-commit digest to 1bad3ab (#190) --- .github/workflows/bun.yml | 2 +- .github/workflows/prettier.yml | 2 +- .github/workflows/runtimes.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/bun.yml b/.github/workflows/bun.yml index 135bd77a..7af2496e 100644 --- a/.github/workflows/bun.yml +++ b/.github/workflows/bun.yml @@ -20,6 +20,6 @@ jobs: with: bun-version: ${{ matrix.node-version }} - run: bun install - - uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # v9 + - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9 with: message: 'chore(bun): update lockfiles' diff --git a/.github/workflows/prettier.yml b/.github/workflows/prettier.yml index a032016a..bbd36e24 100644 --- a/.github/workflows/prettier.yml +++ b/.github/workflows/prettier.yml @@ -28,7 +28,7 @@ jobs: - name: check if workflows needs prettier run: npx prettier --cache --check ".github/workflows/**/*.yml" || (echo "An action can't make changes to actions, you'll have to run prettier manually" && exit 1) - run: npx prettier --ignore-path .gitignore --cache --write . - - uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9 + - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9 with: default_author: github_actions commit: --no-verify diff --git a/.github/workflows/runtimes.yml b/.github/workflows/runtimes.yml index 697c7630..6bd76e2a 100644 --- a/.github/workflows/runtimes.yml +++ b/.github/workflows/runtimes.yml @@ -129,7 +129,7 @@ jobs: - run: git status - run: npx prettier --ignore-path .gitignore --write dashboard/public/outputs - run: git status - - uses: EndBug/add-and-commit@61a88be553afe4206585b31aa72387c64295d08b # tag=v9 + - uses: EndBug/add-and-commit@1bad3abcf0d6ec49a5857d124b0bfb52dc7bb081 # v9 if: always() with: commit: --no-verify