Skip to content

Commit 0a6ffe1

Browse files
committed
Update actions/checkout to v3 to supress the Node.js 12 deprecation
1 parent 65bf0d9 commit 0a6ffe1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
EXPERIMENTAL: ${{ matrix.experimental }}
3434
JRUBY_OPTS: --debug
3535
steps:
36-
- uses: actions/checkout@v2
36+
- uses: actions/checkout@v3
3737
- name: Setup ImageMagick policy
3838
run: sudo sh -c 'echo '\''<policymap><policy domain="coder" rights="read|write" pattern="PDF" /></policymap>'\'' > /etc/ImageMagick-6/policy.xml'
3939
- name: Update package list

0 commit comments

Comments
 (0)