Skip to content

Commit f10d034

Browse files
Update all non-major dependencies
1 parent f2c66ed commit f10d034

File tree

6 files changed

+15328
-8743
lines changed

6 files changed

+15328
-8743
lines changed

.github/workflows/production.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- name: npm run lint
1919
run: npm run lint
2020

21-
- uses: 1arp/create-a-file-action@0.3
21+
- uses: 1arp/create-a-file-action@0.4
2222
with:
2323
path: 'client'
2424
file: 'outsideGitFakeUsers.json'

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: npm run lint
2020
run: npm run lint
2121

22-
- uses: 1arp/create-a-file-action@0.3
22+
- uses: 1arp/create-a-file-action@0.4
2323
with:
2424
path: 'client'
2525
file: 'outsideGitFakeUsers.json'

docker-compose-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ services:
2323
environment:
2424
- ADMINER_DESIGN=pepa-linha
2525
- ADMINER_DEFAULT_SERVER=db
26-
image: adminer:4.7.5
26+
image: adminer:4.8.1
2727
ports:
2828
- 8080:8080 # localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
2929
db:

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ services:
3232
environment:
3333
- ADMINER_DESIGN=pepa-linha
3434
- ADMINER_DEFAULT_SERVER=db
35-
image: adminer:4.7.5
35+
image: adminer:4.8.1
3636
ports:
3737
- 8080:8080 # localhost:8080/?pgsql=db&username=postgres&db=postgres&ns=public
3838

0 commit comments

Comments
 (0)