diff --git a/.github/workflows/actions.yml b/.github/workflows/actions.yml index 9ca0970..451ceb3 100644 --- a/.github/workflows/actions.yml +++ b/.github/workflows/actions.yml @@ -9,7 +9,7 @@ jobs: # Checks-out the repository under $GITHUB_WORKSPACE. - uses: actions/checkout@v4 - name: Cache Meteor.js installation - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-meteor with: @@ -17,7 +17,7 @@ jobs: path: ~/.meteor key: ${{ runner.os }}-build-${{ env.cache-name }}-${{ hashFiles('**/meteorapp/.meteor') }} - name: Cache NPM packages - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-npm with: