Skip to content

Commit d3e0724

Browse files
authored
Merge pull request #366 from RobotsAndPencils/dependabot/github_actions/actions/cache-3.3.1
Bump actions/cache from 3.2.6 to 3.3.1
2 parents 5423f20 + 74a870d commit d3e0724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/appcast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616

1717
- name: Cache 📦
18-
uses: actions/cache@v3.2.6
18+
uses: actions/cache@v3.3.1
1919
with:
2020
path: AppCast/vendor/bundle
2121
key: ${{ runner.os }}-gems-v1.0-${{ hashFiles('AppCast/Gemfile') }}

0 commit comments

Comments
 (0)