From 0180c5003041d49b357465562e942aab8c04c71b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 10:11:18 -0400 Subject: [PATCH] Bump actions/checkout from 2 to 4 (#138) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update_wiki.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_wiki.yml b/.github/workflows/update_wiki.yml index ac78537..a9bdf15 100644 --- a/.github/workflows/update_wiki.yml +++ b/.github/workflows/update_wiki.yml @@ -18,10 +18,10 @@ jobs: run: | sudo apt install -y make rsync # Checkout Main Repo - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 # Checkout Wiki Repo - - uses: actions/checkout@v2 + - uses: actions/checkout@v4 with: repository: ${{github.repository}}.wiki persist-credentials: true