diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 5edbfeb..2a4a639 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: @@ -29,4 +29,4 @@ jobs: - uses: EndBug/add-and-commit@v9 with: - default_author: github_actions \ No newline at end of file + default_author: github_actions