From ff1c1d1d16f33d1cc78a0430f80af83c8981fdf2 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Tue, 17 Jan 2023 22:00:29 +0100 Subject: [PATCH] Update updater.yml --- .github/workflows/updater.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/updater.yml b/.github/workflows/updater.yml index 5f1dcc1..8717e70 100644 --- a/.github/workflows/updater.yml +++ b/.github/workflows/updater.yml @@ -14,7 +14,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Fetch the source code - uses: actions/checkout@v2 + uses: actions/checkout@v3 with: token: ${{ secrets.GITHUB_TOKEN }} - name: Run the updater script