1616 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
1717 with :
1818 config : ${{ vars.PERMISSIONS_CONFIG }}
19- - uses : actions/checkout@v5
19+ - uses : actions/checkout@v6
2020 - name : Install Go
2121 uses : actions/setup-go@v6
2222 with :
4343 with :
4444 config : ${{ vars.PERMISSIONS_CONFIG }}
4545 - name : Checkout repository
46- uses : actions/checkout@v5
46+ uses : actions/checkout@v6
4747 with :
4848 fetch-depth : 0
4949 - name : Install Go
8585 with :
8686 config : ${{ vars.PERMISSIONS_CONFIG }}
8787 - name : Checkout repository
88- uses : actions/checkout@v5
88+ uses : actions/checkout@v6
8989 with :
9090 fetch-depth : 0
9191 - name : Install Go
@@ -114,7 +114,7 @@ jobs:
114114 if : always()
115115 steps :
116116 - name : Checkout repository
117- uses : actions/checkout@v5
117+ uses : actions/checkout@v6
118118 - name : Install Go
119119 uses : actions/setup-go@v6
120120 with :
@@ -147,7 +147,7 @@ jobs:
147147 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
148148 with :
149149 config : ${{ vars.PERMISSIONS_CONFIG }}
150- - uses : actions/checkout@v5
150+ - uses : actions/checkout@v6
151151 - name : Run ShellCheck
152152 uses : bewuethr/shellcheck-action@80bac2daa9fcf95d648200a793d00060857e6dc4
153153 actionlint :
@@ -156,7 +156,7 @@ jobs:
156156 - uses : GitHubSecurityLab/actions-permissions/monitor@v1
157157 with :
158158 config : ${{ vars.PERMISSIONS_CONFIG }}
159- - uses : actions/checkout@v5
159+ - uses : actions/checkout@v6
160160 - name : Download actionlint
161161 id : get_actionlint
162162 run : bash <(curl https://raw.githubusercontent.com/rhysd/actionlint/main/scripts/download-actionlint.bash)
@@ -173,7 +173,7 @@ jobs:
173173 with :
174174 config : ${{ vars.PERMISSIONS_CONFIG }}
175175 - name : Checkout repository
176- uses : actions/checkout@v5
176+ uses : actions/checkout@v6
177177 - name : Install Go
178178 uses : actions/setup-go@v6
179179 with :
@@ -202,7 +202,7 @@ jobs:
202202 with :
203203 config : ${{ vars.PERMISSIONS_CONFIG }}
204204 - name : Checkout repository
205- uses : actions/checkout@v5
205+ uses : actions/checkout@v6
206206 - name : Install Go
207207 uses : actions/setup-go@v6
208208 with :
0 commit comments