From 496bb84bedb3146114ea84e5a1ec40e7a9b0345d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Jul 2022 11:13:13 +0000 Subject: [PATCH] Bump impresscms-dev/phpdocs-wiki-update-action from 2.1 to 2.2 Bumps [impresscms-dev/phpdocs-wiki-update-action](https://github.com/impresscms-dev/phpdocs-wiki-update-action) from 2.1 to 2.2. - [Release notes](https://github.com/impresscms-dev/phpdocs-wiki-update-action/releases) - [Commits](https://github.com/impresscms-dev/phpdocs-wiki-update-action/compare/v2.1...v2.2) --- updated-dependencies: - dependency-name: impresscms-dev/phpdocs-wiki-update-action dependency-type: direct:production update-type: version-update:semver-minor ... 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 b113a50..cb77e32 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@v2.1 + uses: impresscms-dev/phpdocs-wiki-update-action@v2.2 with: wiki_github_update_token: ${{secrets.WIKI_GITHUB_UPDATE_TOKEN}} wiki_github_update_user: ${{secrets.WIKI_GITHUB_UPDATE_USER}}