diff --git a/.github/workflows/danger.yml b/.github/workflows/danger.yml index b4ccdf9..78b6fec 100644 --- a/.github/workflows/danger.yml +++ b/.github/workflows/danger.yml @@ -19,7 +19,7 @@ jobs: ruby-version: '3.0' - name: Configure cache - uses: actions/cache@v3 + uses: actions/cache@v4 with: path: vendor/bundle key: ${{ runner.os }}-gems-${{ hashFiles('Gemfile') }}