diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-18 14:16:54 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-01-18 14:49:36 +0000 |
commit | 3d9b88d2a777d80084d2a8a8a678d0e75de6ccbc (patch) | |
tree | 1af641c464a86c1eef212361e7511d8af983f1c3 /.github | |
parent | cdc2d6ac1829200350d5f8cae5b0b677e63a5c19 (diff) | |
download | serenity-3d9b88d2a777d80084d2a8a8a678d0e75de6ccbc.zip |
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] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/manpages.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manpages.yml b/.github/workflows/manpages.yml index 3412a2d1fe..87eb640846 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 |