We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9915264 commit 7d0a888Copy full SHA for 7d0a888
.github/workflows/swift.yaml
@@ -27,7 +27,7 @@ jobs:
27
- uses: actions/checkout@v3
28
29
- name: Cache gems
30
- uses: actions/cache@v1
+ uses: actions/cache@v3
31
with:
32
path: .bundle
33
key: gems-${{ hashFiles('Gemfile.lock') }}
@@ -68,7 +68,7 @@ jobs:
68
69
70
71
72
73
74
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
99
0 commit comments