From 229331381cde0e30c96af4905e5c00426436027d Mon Sep 17 00:00:00 2001 From: Peter Boling Date: Thu, 26 Oct 2023 03:33:04 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20awalsh128/cache-apt-pkgs-action?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/coverage.yml | 6 ++++-- .github/workflows/current.yml | 6 ++++-- .github/workflows/heads.yml | 6 ++++-- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 5fb9a64..179e5aa 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -54,8 +54,10 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Install dictionaries - run: apt-get dictionaries-common + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: dictionaries-common + version: 1.0 - name: Setup Ruby & Bundle uses: ruby/setup-ruby@v1 diff --git a/.github/workflows/current.yml b/.github/workflows/current.yml index 52d16d7..a0ff12a 100644 --- a/.github/workflows/current.yml +++ b/.github/workflows/current.yml @@ -53,8 +53,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Install dictionaries - run: apt-get dictionaries-common + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: dictionaries-common + version: 1.0 - name: Setup Ruby & Bundle uses: ruby/setup-ruby@v1 with: diff --git a/.github/workflows/heads.yml b/.github/workflows/heads.yml index 16f07d2..fcb6972 100644 --- a/.github/workflows/heads.yml +++ b/.github/workflows/heads.yml @@ -49,8 +49,10 @@ jobs: steps: - name: Checkout uses: actions/checkout@v3 - - name: Install dictionaries - run: apt-get dictionaries-common + - uses: awalsh128/cache-apt-pkgs-action@latest + with: + packages: dictionaries-common + version: 1.0 - name: Setup Ruby & Bundle uses: ruby/setup-ruby@v1 with: