Merge pull request #22 from Mic92/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
This commit is contained in:
commit
c18793a25c
2
.github/workflows/repo-sync.yml
vendored
2
.github/workflows/repo-sync.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
|||||||
if: github.repository_owner == 'Mic92'
|
if: github.repository_owner == 'Mic92'
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v4
|
||||||
with:
|
with:
|
||||||
persist-credentials: false
|
persist-credentials: false
|
||||||
- name: repo-sync
|
- name: repo-sync
|
||||||
|
Loading…
Reference in New Issue
Block a user