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
4
.github/workflows/sync.yml
vendored
4
.github/workflows/sync.yml
vendored
|
@ -16,7 +16,7 @@ jobs:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout your repository using git
|
- name: Checkout your repository using git
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v4
|
||||||
|
|
||||||
- uses: denoland/setup-deno@v1
|
- uses: denoland/setup-deno@v1
|
||||||
with:
|
with:
|
||||||
|
@ -29,4 +29,4 @@ jobs:
|
||||||
|
|
||||||
- uses: EndBug/add-and-commit@v9
|
- uses: EndBug/add-and-commit@v9
|
||||||
with:
|
with:
|
||||||
default_author: github_actions
|
default_author: github_actions
|
||||||
|
|
Loading…
Reference in a new issue