1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 06:17:35 +00:00

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>
This commit is contained in:
dependabot[bot] 2023-01-18 14:16:54 +00:00 committed by Linus Groh
parent cdc2d6ac18
commit 3d9b88d2a7

View file

@ -12,7 +12,7 @@ jobs:
if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master' if: always() && github.repository == 'SerenityOS/serenity' && github.ref == 'refs/heads/master'
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- uses: r-lib/actions/setup-pandoc@v1 - uses: r-lib/actions/setup-pandoc@v2
with: with:
pandoc-version: '2.13' pandoc-version: '2.13'
- name: Actually build website - name: Actually build website