From ee3802bb3c54cfae33749fd870604a4d95d7218d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 20 Oct 2021 18:34:56 +0000 Subject: [PATCH] Bump juliangruber/read-file-action from 1.0.0 to 1.1.4 Bumps [juliangruber/read-file-action](https://github.com/juliangruber/read-file-action) from 1.0.0 to 1.1.4. - [Release notes](https://github.com/juliangruber/read-file-action/releases) - [Commits](https://github.com/juliangruber/read-file-action/compare/e0a316da496006ffd19142f0fd594a1783f3b512...ebfa650188272343fef925480eb4d18c5d49b925) --- updated-dependencies: - dependency-name: juliangruber/read-file-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/remove-unused-assets.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/remove-unused-assets.yml b/.github/workflows/remove-unused-assets.yml index 0e3fbaa739d5..1ae5f8717191 100644 --- a/.github/workflows/remove-unused-assets.yml +++ b/.github/workflows/remove-unused-assets.yml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@5a4ac9002d0be2fb38bd78e4b4dbde5606d7042f - name: Setup Node - uses: actions/setup-node@38d90ce44d5275ad62cc48384b3d8a58c500bb5f + uses: actions/setup-node@270253e841af726300e85d718a5f606959b2903c with: node-version: 16.8.x cache: npm @@ -36,7 +36,7 @@ jobs: script/remove-extraneous-translation-files.js - name: Get script results to use in PR body id: results - uses: juliangruber/read-file-action@e0a316da496006ffd19142f0fd594a1783f3b512 + uses: juliangruber/read-file-action@ebfa650188272343fef925480eb4d18c5d49b925 with: path: ./results.md - name: Remove script results file