mirror of
https://github.com/web3privacy/data
synced 2024-10-15 18:16:28 +02:00
Bumped version of actions/checkout to v4 in sync.yml
This commit is contained in:
parent
927cb8f68d
commit
5200f45d7e
1 changed files with 2 additions and 2 deletions
2
.github/workflows/sync.yml
vendored
2
.github/workflows/sync.yml
vendored
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue