Skip to content

Commit 4a8b4ff

Browse files
chore(deps): update all
1 parent dcfe6da commit 4a8b4ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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.53.2
55
ports:
66
- "8080:8080"
77
demo:

0 commit comments

Comments
 (0)