diff --git a/.github/workflows/repo-file-sync-pull-request.yml b/.github/workflows/repo-file-sync-pull-request.yml index 2584cfb..68231b4 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.3.5 + uses: actions/checkout@v2.4.0 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.15.1 diff --git a/.github/workflows/repo-file-sync-push.yml b/.github/workflows/repo-file-sync-push.yml index fbed56a..7162299 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.3.5 + uses: actions/checkout@v2.4.0 - name: Run GitHub File Sync uses: BetaHuhn/repo-file-sync-action@v1.15.1