From e1bf71811b22afdde77de38f4707669691ea65ab Mon Sep 17 00:00:00 2001 From: Andrew Walsh Date: Sun, 19 Sep 2021 12:53:10 -0700 Subject: [PATCH] Properly qualify action in test. --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 9d69f90..35c9f6b 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -6,7 +6,7 @@ jobs: name: Test job to install and cache APT packages (i.e. rolldice, dot). steps: - uses: actions/checkout@v2 - - uses: actions/cached-apt-install-action@v1 + - uses: awalsh128/cached-apt-install-action@v1 with: packages: rolldice dot test_packages_cache: