From aa47333d12436704772ce3948ecb8978e9b32772 Mon Sep 17 00:00:00 2001 From: Manuel Rauber Date: Sun, 16 Apr 2023 21:09:37 +0200 Subject: [PATCH] docs: update action name --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index b8295d0..de69f5d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@

- +

@@ -13,8 +13,8 @@

- - + +

@@ -54,7 +54,7 @@ jobs: fetch-depth: 0 - name: 'Gource Action' - uses: BoundfoxStudios/gource-action@v1 + uses: BoundfoxStudios/action-gource@v2 - name: 'Upload gource video' uses: actions/upload-artifact@v2 @@ -92,7 +92,7 @@ jobs: steps: - name: 'Gource Action' - uses: BoundfoxStudios/gource-action@v1 + uses: BoundfoxStudios/action-gource@v2 with: git_url: https://github.com/docker/cli gource_title: 'Docker CLI'