From fe535d9df2d5d0d8b19dd8b21357cc8d133b5dd7 Mon Sep 17 00:00:00 2001 From: niclaz <83479948+niclaz@users.noreply.github.com> Date: Fri, 23 Aug 2024 21:26:44 +0200 Subject: [PATCH] bumped up one version within sync.yaml --- .github/workflows/sync.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index d62893a..b4be279 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -16,7 +16,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout your repository using git - uses: actions/checkout@v3 + uses: actions/checkout@v4 - uses: denoland/setup-deno@v1 with: @@ -27,4 +27,4 @@ jobs: - uses: EndBug/add-and-commit@v9 with: - default_author: github_actions \ No newline at end of file + default_author: github_actions