diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index a5a9b89..4b4cd60 100644 --- a/.github/workflows/repo-file-sync-pull-request.yml +++ b/.github/workflows/repo-file-sync-pull-request.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.17.4 diff --git a/.github/workflows/repo-file-sync-push.yml b/.github/workflows/repo-file-sync-push.yml index 051e371..b1a752f 100644 --- a/.github/workflows/repo-file-sync-push.yml +++ b/.github/workflows/repo-file-sync-push.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repository - uses: actions/checkout@v2.4.0 + uses: actions/checkout@v3 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.17.4