Skip to content

Commit 6100aa0

Browse files
Merge pull request #339 from freifunkMUC/dependabot/github_actions/actions/cache-3.0.8
2 parents fcc19aa + 73764ae commit 6100aa0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
steps:
1515
- uses: actions/checkout@v3
1616
# Use GitHub Actions' cache to shorten build times and decrease load on servers
17-
- uses: actions/[email protected].5
17+
- uses: actions/[email protected].8
1818
with:
1919
path: vendor/bundle
2020
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

.github/workflows/stage-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
- name: Checkout 🛎️
88
uses: actions/checkout@v3
99

10-
- uses: actions/[email protected].5
10+
- uses: actions/[email protected].8
1111
with:
1212
path: vendor/bundle
1313
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)