Update actions/checkout to v3 to supress the Node.js 12 deprecation

This commit is contained in:
Mitsuhiro Shibuya 2022-11-06 18:57:26 +09:00
parent 65bf0d9475
commit 0a6ffe1311
No known key found for this signature in database
GPG Key ID: 76087F03B4FB52E7
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ jobs:
EXPERIMENTAL: ${{ matrix.experimental }}
JRUBY_OPTS: --debug
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- name: Setup ImageMagick policy
run: sudo sh -c 'echo '\''<policymap><policy domain="coder" rights="read|write" pattern="PDF" /></policymap>'\'' > /etc/ImageMagick-6/policy.xml'
- name: Update package list