From 3606b369ec6c29fb559be7d112dfc92623635b8e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Nov 2021 13:10:03 +0100 Subject: [PATCH] Bump actions/checkout from 2.3.5 to 2.4.0 (#31) --- .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 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