File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -149,7 +149,7 @@ jobs:
149149 limit-access-to-actor : true
150150
151151 - name : " Checkout"
152- uses : actions/checkout@v4
152+ uses : actions/checkout@v6
153153
154154 - name : Log checkout completion
155155 run : echo "✅ Checkout completed at $(date -u '+%Y-%m-%d %H:%M:%S UTC')"
Original file line number Diff line number Diff line change 9393 limit-access-to-actor : true
9494
9595 - name : ' Checkout'
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v6
9797
9898 - name : Set up Go
9999 uses : actions/setup-go@v5
Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ jobs:
107107 limit-access-to-actor : true
108108
109109 - name : " Checkout"
110- uses : actions/checkout@v4
110+ uses : actions/checkout@v6
111111
112112 - name : Check if GHAS is Enabled
113113 uses : actions/github-script@v7
Original file line number Diff line number Diff line change 5656 cancel-in-progress : false
5757 steps :
5858 - name : Checkout
59- uses : actions/checkout@v5
59+ uses : actions/checkout@v6
6060 with :
6161 fetch-depth : 0
6262 token : ${{ secrets.github-token || secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 3333
3434 steps :
3535 - name : " Checkout code"
36- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1 .1
36+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0 .1
3737 with :
3838 persist-credentials : false
3939
You can’t perform that action at this time.
0 commit comments