Skip to content

Commit 9719c8d

Browse files
chore(deps): update all
1 parent dcfe6da commit 9719c8d

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v4
1515
- uses: ruby/setup-ruby@v1
1616
with:
17-
ruby-version: 2.6 # Not needed with a .ruby-version file
17+
ruby-version: 2.7.8 # Not needed with a .ruby-version file
1818
- name: Testing
1919
run: |
2020
make

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
version: '3'
22
services:
33
ach:
4-
image: moov/ach:v1.45.1
4+
image: moov/ach:v1.55.4
55
ports:
66
- "8080:8080"
77
demo:

0 commit comments

Comments
 (0)