From: Tom Hughes Date: Wed, 17 Jan 2024 23:50:08 +0000 (+0000) Subject: Merge remote-tracking branch 'upstream/pull/4486' X-Git-Tag: live~1600 X-Git-Url: https://git.openstreetmap.org/rails.git/commitdiff_plain/0b05f4701672d7107cb45d9fb4de13819f7df863?hp=9387df91414616b9668185b72a9457e53937523d Merge remote-tracking branch 'upstream/pull/4486' --- diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0608b699b..9fc132014 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -50,7 +50,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: yarn-${{ env.os }}-${{ hashFiles('yarn.lock') }} diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index f2fa6763a..bfe456076 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -26,7 +26,7 @@ jobs: rubygems: 3.4.10 bundler-cache: true - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: node_modules key: yarn-ubuntu-${{ matrix.ubuntu }}-${{ hashFiles('yarn.lock') }}