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 2e9e00b commit 3030bc6Copy full SHA for 3030bc6
.github/workflows/downstream.yml
@@ -2,8 +2,6 @@ name: Downstream
2
3
on:
4
workflow_dispatch:
5
- branches:
6
- - trunk
7
push:
8
branches:
9
- trunk
.github/workflows/tests.yml
@@ -11,7 +11,7 @@ jobs:
11
with:
12
ruby-version: 2.6.3
13
- name: Cache Gems
14
- uses: actions/cache@v1
+ uses: actions/cache@v4
15
16
path: vendor/bundle
17
key: ${{ runner.os }}-acapi-2.6.3-${{ hashFiles('**/Gemfile.lock') }}
0 commit comments