Skip to content

Commit

Permalink
Merge pull request #352 from freifunkMUC/dependabot/github_actions/ac…
Browse files Browse the repository at this point in the history
…tions/cache-3.3.1

Bump actions/cache from 3.2.6 to 3.3.1
  • Loading branch information
GoliathLabs authored Apr 7, 2023
2 parents 526fbe8 + 281e8fb commit 5dfebf6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
steps:
- uses: actions/checkout@v3
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/stage-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- name: Checkout 🛎️
uses: actions/checkout@v3

- uses: actions/cache@v3.2.6
- uses: actions/cache@v3.3.1
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 5dfebf6

Please sign in to comment.