File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed
Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 steps :
4949 # Checkout action repository
5050 - name : Checkout action repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 repository : node-modules/github-actions
5454 path : action_repo
5555 ref : ${{ inputs.action_ref }}
5656
5757 # Checkout project repository
5858 - name : Checkout project repository
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 path : main_repo
6262 token : ${{ secrets.GIT_TOKEN }}
Original file line number Diff line number Diff line change @@ -49,15 +49,15 @@ jobs:
4949 steps :
5050 # Checkout action repository
5151 - name : Checkout action repository
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353 with :
5454 repository : node-modules/github-actions
5555 path : action_repo
5656 ref : ${{ inputs.action_ref }}
5757
5858 # Checkout project repository
5959 - name : Checkout project repository
60- uses : actions/checkout@v4
60+ uses : actions/checkout@v6
6161 with :
6262 path : main_repo
6363 token : ${{ secrets.GIT_TOKEN }}
Original file line number Diff line number Diff line change 4949 steps :
5050 # Checkout action repository
5151 - name : Checkout
52- uses : actions/checkout@v4
52+ uses : actions/checkout@v6
5353 with :
5454 repository : node-modules/github-actions
5555 path : action_repo
@@ -108,7 +108,7 @@ jobs:
108108
109109 steps :
110110 - name : Checkout Git Source
111- uses : actions/checkout@v4
111+ uses : actions/checkout@v6
112112
113113 - name : Calculate Architecture
114114 uses : actions/github-script@v7
Original file line number Diff line number Diff line change 5050 steps :
5151 # Checkout action repository
5252 - name : Checkout
53- uses : actions/checkout@v4
53+ uses : actions/checkout@v6
5454 with :
5555 repository : node-modules/github-actions
5656 path : action_repo
9393
9494 steps :
9595 - name : Checkout Git Source
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v6
9797
9898 - name : Calculate Architecture
9999 uses : actions/github-script@v7
Original file line number Diff line number Diff line change 4343 steps :
4444 # Checkout action repository
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v6
4747 with :
4848 repository : node-modules/github-actions
4949 path : action_repo
8383
8484 steps :
8585 - name : Checkout Git Source
86- uses : actions/checkout@v4
86+ uses : actions/checkout@v6
8787
8888 - name : Calculate Architecture
8989 uses : actions/github-script@v7
Original file line number Diff line number Diff line change @@ -48,15 +48,15 @@ jobs:
4848 steps :
4949 # Checkout action repository
5050 - name : Checkout action repository
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 repository : node-modules/github-actions
5454 path : action_repo
5555 ref : ${{ inputs.action_ref }}
5656
5757 # Checkout project repository
5858 - name : Checkout project repository
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060 with :
6161 path : main_repo
6262 token : ${{ secrets.GIT_TOKEN }}
You can’t perform that action at this time.
0 commit comments