Skip to content

Commit

Permalink
Update test-minio.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaby authored Sep 4, 2023
1 parent 2e2f6ca commit 8400db5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-minio.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
docker run -d --restart always -p 9000:9000 --name storage-minio -e MINIO_ROOT_USER='minio-user' -e MINIO_ROOT_PASSWORD='minio-password' minio/minio server /data
- name: Fetch Repository
uses: actions/checkout@v3
uses: actions/checkout@v4
- name: Install Go
uses: actions/setup-go@v4
with:
Expand Down

0 comments on commit 8400db5

Please sign in to comment.