Skip to content

Commit

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

Bump actions/cache from 3.3.1 to 3.3.2
  • Loading branch information
awlx authored Nov 5, 2023
2 parents e112f2e + e07fcb9 commit 43cc2a3
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@v4
# Use GitHub Actions' cache to shorten build times and decrease load on servers
- uses: actions/[email protected].1
- uses: actions/[email protected].2
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@v4

- uses: actions/[email protected].1
- uses: actions/[email protected].2
with:
path: vendor/bundle
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
Expand Down

0 comments on commit 43cc2a3

Please sign in to comment.