mirror of
https://github.com/Imagick/imagick.git
synced 2026-06-19 07:35:36 +00:00
Upgrade to actions/checkout version 3 and setup dependabot.
I certainly won't regret this commit.
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
version: 2
|
||||
updates:
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
schedule:
|
||||
interval: "monthly"
|
||||
@@ -38,7 +38,7 @@ jobs:
|
||||
sudo apt-get install -y texlive-fonts-recommended || true
|
||||
|
||||
- name: Cache ImageMagick
|
||||
uses: actions/cache@v2
|
||||
uses: actions/cache@v3
|
||||
env:
|
||||
cache-name: cache-ImageMagick
|
||||
with:
|
||||
|
||||
Reference in New Issue
Block a user