diff --git a/.github/workflows/test-template-repo.yml b/.github/workflows/test-template-repo.yml index 67865b2..297afba 100644 --- a/.github/workflows/test-template-repo.yml +++ b/.github/workflows/test-template-repo.yml @@ -8,12 +8,12 @@ jobs: runs-on: ubuntu-latest timeout-minutes: 15 steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "Ruby-Starter-Kits/Docker-Rails-Template" path: App persist-credentials: false - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: 'Ruby-Starter-Kits/Docker-Rails-Generator' path: Docker-Rails-Generator diff --git a/.github/workflows/update-template-repo.yml b/.github/workflows/update-template-repo.yml index 8375e1c..2b5db2e 100644 --- a/.github/workflows/update-template-repo.yml +++ b/.github/workflows/update-template-repo.yml @@ -14,12 +14,12 @@ jobs: timeout-minutes: 15 if: "!contains(github.event.head_commit.message, '[nodoc]')" steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: "Ruby-Starter-Kits/Docker-Rails-Template" path: App persist-credentials: false - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: 'Ruby-Starter-Kits/Docker-Rails-Generator' path: Docker-Rails-Generator