From ca3830a72324ea50c0c1f25e6ff000563ef7f8cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Mar 2022 12:24:52 +0100 Subject: [PATCH] Bump actions/checkout from 2.4.0 to 3 (#49) --- .github/workflows/repo-file-sync-pull-request.yml | 2 +- .github/workflows/repo-file-sync-push.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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