Bumped version of actions/checkout to v4 in sync.yml

This commit is contained in:
niclaz 2024-09-05 19:56:03 +02:00 committed by GitHub
parent 927cb8f68d
commit 5200f45d7e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -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
default_author: github_actions