Skip to content

Commit 2c77771

Browse files
removed redundant action
1 parent 3d62e00 commit 2c77771

1 file changed

Lines changed: 0 additions & 8 deletions

File tree

.github/workflows/build-and-deploy.yaml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,14 +32,6 @@ jobs:
3232
- name: Install Bundler
3333
run: gem install bundler -v 2.7.2
3434

35-
- name: Cache Ruby gems
36-
uses: actions/cache@v3
37-
with:
38-
path: src/vendor/bundle
39-
key: ${{ runner.os }}-bundler-${{ hashFiles('**/src/Gemfile.lock') }}
40-
restore-keys: |
41-
${{ runner.os }}-bundler-
42-
4335
- name: Cache dependencies
4436
uses: actions/cache@v3
4537
with:

0 commit comments

Comments
 (0)