File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed
Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -16,13 +16,13 @@ jobs:
1616 runs-on : ${{ matrix.os }}
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v4
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222 lfs : true
2323
2424 - name : Check out 4D-SVG
25- uses : actions/checkout@v4
25+ uses : actions/checkout@v6
2626 with :
2727 repository : 4d/4D-SVG
2828 path : Components/4D-SVG.4dbase
@@ -42,13 +42,13 @@ jobs:
4242 runs-on : [self-hosted, macOS, ARM64]
4343 name : Git Repo Sync
4444 steps :
45- - uses : actions/checkout@v4
45+ - uses : actions/checkout@v6
4646 with :
4747 fetch-depth : 0
4848 lfs : true
4949
5050 - name : Get Internal Sync action
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 repository : 4d/gitlabsync-action
5454 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