From 33ca4d7f61b5f03607ce9b60ebbb670743b632ca Mon Sep 17 00:00:00 2001 From: File Sync Date: Fri, 14 Apr 2023 07:29:07 +0000 Subject: [PATCH] Update .github/workflows/sync_configs.yml Source file https://github.com/dry-rb/template-gem/blob/2eb5351399b8ab240c0c46bb242c8931b58a3b5b/.github/workflows/sync_configs.yml --- .github/workflows/sync_configs.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync_configs.yml b/.github/workflows/sync_configs.yml index 3c432c6..81cd0ff 100644 --- a/.github/workflows/sync_configs.yml +++ b/.github/workflows/sync_configs.yml @@ -17,9 +17,9 @@ jobs: GITHUB_TOKEN: ${{ secrets.GH_PAT }} steps: - name: Checkout ${{github.repository}} - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Checkout devtools - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: repository: dry-rb/devtools path: tmp/devtools