From 1764c67a6e8f79209bbf541f45a982b3b2a023d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Jul 2022 23:33:44 +0000 Subject: [PATCH] Bump impresscms-dev/phpdocs-wiki-update-action from 1.0.0 to 2.0.1 Bumps [impresscms-dev/phpdocs-wiki-update-action](https://github.com/impresscms-dev/phpdocs-wiki-update-action) from 1.0.0 to 2.0.1. - [Release notes](https://github.com/impresscms-dev/phpdocs-wiki-update-action/releases) - [Commits](https://github.com/impresscms-dev/phpdocs-wiki-update-action/compare/v1.0.0...v2.0.1) --- updated-dependencies: - dependency-name: impresscms-dev/phpdocs-wiki-update-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/update-wiki.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-wiki.yml b/.github/workflows/update-wiki.yml index 2f1cc54..b397c3e 100644 --- a/.github/workflows/update-wiki.yml +++ b/.github/workflows/update-wiki.yml @@ -14,7 +14,7 @@ jobs: - name: Checkouting main code... uses: actions/checkout@v2 - name: Updating Project Wiki... - uses: impresscms-dev/phpdocs-wiki-update-action@v1.0.0 + uses: impresscms-dev/phpdocs-wiki-update-action@v2.0.1 with: wiki_github_update_token: ${{secrets.WIKI_GITHUB_UPDATE_TOKEN}} wiki_github_update_user: ${{secrets.WIKI_GITHUB_UPDATE_USER}}