Skip to content

Commit

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

Bump actions/cache from 3.2.4 to 3.2.6
  • Loading branch information
awlx authored Mar 1, 2023
2 parents 9dfdb0e + 1d0231f commit 526fbe8
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/[email protected].4
- uses: actions/[email protected].6
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/[email protected].4
- uses: actions/[email protected].6
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 526fbe8

Please sign in to comment.