diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 536e37d..a21b611 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: Cache gems - uses: actions/cache@v3 + uses: actions/cache@v5 with: path: vendor/bundle key: ${{ runner.os }}-flow-${{ hashFiles('**/Gemfile.lock') }}