File tree Expand file tree Collapse file tree 4 files changed +7
-7
lines changed
Expand file tree Collapse file tree 4 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 1313 runs-on : ${{ matrix.os }}
1414 steps :
1515 - name : Checkout
16- uses : actions/checkout@v4
16+ uses : actions/checkout@v6
1717 with :
1818 fetch-depth : 0
1919 lfs : true
@@ -30,13 +30,13 @@ jobs:
3030 runs-on : [self-hosted, macOS, ARM64]
3131 name : Git Repo Sync
3232 steps :
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v6
3434 with :
3535 fetch-depth : 0
3636 lfs : true
3737
3838 - name : Get Internal Sync action
39- uses : actions/checkout@v4
39+ uses : actions/checkout@v6
4040 with :
4141 repository : 4d/gitlabsync-action
4242 ref : main
Original file line number Diff line number Diff line change 2121 contents : write # for tag and release creation
2222 steps :
2323 - name : Checkout code
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0 # Fetch all history and tags
2727 ref : ${{ github.ref }}
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Checkout code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323
Original file line number Diff line number Diff line change 88 runs-on : [self-hosted, macOS, ARM64]
99 name : Git Repo Sync
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414 lfs : true
1515
1616 - name : Get Internal Sync action
17- uses : actions/checkout@v4
17+ uses : actions/checkout@v6
1818 with :
1919 repository : 4d/gitlabsync-action
2020 ref : main
You can’t perform that action at this time.
0 commit comments