mirror of
https://github.com/jazzband/.github.git
synced 2026-03-16 22:20:32 +00:00
Bump actions/checkout from 2.4.0 to 3 (#49)
This commit is contained in:
parent
c7ebfafb33
commit
ca3830a723
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.4.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run GitHub File Sync
|
||||
uses: BetaHuhn/repo-file-sync-action@v1.17.4
|
||||
|
|
|
|||
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.4.0
|
||||
uses: actions/checkout@v3
|
||||
|
||||
- name: Run GitHub File Sync
|
||||
uses: BetaHuhn/repo-file-sync-action@v1.17.4
|
||||
|
|
|
|||
Loading…
Reference in a new issue