Browse Source

(#4) Upgrade actions/cache

rexim 5 years ago
parent
commit
d01777e552
1 changed files with 1 additions and 1 deletions
  1. 1 1
      .github/workflows/ci.yml

+ 1 - 1
.github/workflows/ci.yml

@@ -11,7 +11,7 @@ jobs:
         run: |
           sudo apt-get update
           sudo apt-get install -qq nasm libfreetype6-dev libcurl4-openssl-dev
-      - uses: actions/cache@v1
+      - uses: actions/cache@v2
         with:
           # TODO: centralize third party versions in the build
           path: |