From 5fd98a13e244c96e6d1a67317f131ec6f2c26fed Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 15 Jul 2021 04:05:42 +0000 Subject: [PATCH] build(deps): bump aquiladev/ipfs-action from 0.1.5 to 0.1.6 Bumps [aquiladev/ipfs-action](https://github.com/aquiladev/ipfs-action) from 0.1.5 to 0.1.6. - [Release notes](https://github.com/aquiladev/ipfs-action/releases) - [Changelog](https://github.com/aquiladev/ipfs-action/blob/master/.release-it.json) - [Commits](https://github.com/aquiladev/ipfs-action/compare/v0.1.5...v0.1.6) --- updated-dependencies: - dependency-name: aquiladev/ipfs-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c34ecd55..4a843348 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: cache: 'yarn' - run: yarn install --prefer-offline - run: yarn build && sed -i 's/fonts.gstatic.com/fonts.kavin.rocks/g' dist/css/*.css - - uses: aquiladev/ipfs-action@v0.1.5 + - uses: aquiladev/ipfs-action@v0.1.6 id: ipfs-add with: path: ./dist