Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
* update cache name
  • Loading branch information
lpugin authored Oct 18, 2024
1 parent 1ee8ed1 commit fafe80b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}-v3
restore-keys: |
${{ runner.os }}-gems-v3-
${{ runner.os }}-gems-v3
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
- uses: actions/checkout@v4
Expand Down

0 comments on commit fafe80b

Please sign in to comment.