From 3d9b88d2a777d80084d2a8a8a678d0e75de6ccbc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Jan 2023 14:16:54 +0000 Subject: [PATCH] CI: Bump r-lib/actions from 1 to 2 Bumps [r-lib/actions](https://github.com/r-lib/actions) from 1 to 2. - [Release notes](https://github.com/r-lib/actions/releases) - [Commits](https://github.com/r-lib/actions/compare/v1...v2) --- updated-dependencies: - dependency-name: r-lib/actions dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/manpages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 3412a2d1fe1..87eb640846e 100644 --- a/.github/workflows/manpages.yml +++ b/.github/workflows/manpages.yml @@ -12,7 +12,7 @@ jobs: if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' steps: - uses: actions/checkout@v3 - - uses: r-lib/actions/setup-pandoc@v1 + - uses: r-lib/actions/setup-pandoc@v2 with: pandoc-version: '2.13' - name: Actually build website