Skip to content

Commit 3030bc6

Browse files
committed
Try to fix build.
1 parent 2e9e00b commit 3030bc6

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

.github/workflows/downstream.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@ name: Downstream
22

33
on:
44
workflow_dispatch:
5-
branches:
6-
- trunk
75
push:
86
branches:
97
- trunk

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
with:
1212
ruby-version: 2.6.3
1313
- name: Cache Gems
14-
uses: actions/cache@v1
14+
uses: actions/cache@v4
1515
with:
1616
path: vendor/bundle
1717
key: ${{ runner.os }}-acapi-2.6.3-${{ hashFiles('**/Gemfile.lock') }}

0 commit comments

Comments
 (0)