mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Bump actions/checkout from 2.3.5 to 2.4.0 (#31)
This commit is contained in:
parent
f0ea9d789e
commit
3606b369ec
2 changed files with 2 additions and 2 deletions
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2.3.5
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: Run GitHub File Sync
|
||||
uses: BetaHuhn/repo-file-sync-action@v1.15.1
|
||||
|
|
|
|||
2
.github/workflows/repo-file-sync-push.yml
vendored
2
.github/workflows/repo-file-sync-push.yml
vendored
|
|
@ -10,7 +10,7 @@ jobs:
|
|||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Checkout Repository
|
||||
uses: actions/checkout@v2.3.5
|
||||
uses: actions/checkout@v2.4.0
|
||||
|
||||
- name: Run GitHub File Sync
|
||||
uses: BetaHuhn/repo-file-sync-action@v1.15.1
|
||||
|
|
|
|||
Loading…
Reference in a new issue