File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,10 @@ jobs:
2020
2121 steps :
2222 - name : Checkout this repository
23- uses : actions/checkout@v2
23+ uses : actions/checkout@v4
2424
2525 - name : Checkout actions repository
26- uses : actions/checkout@v2
26+ uses : actions/checkout@v4
2727 with :
2828 repository : Exabyte-io/actions
2929 token : ${{ secrets.BOT_GITHUB_TOKEN }}
@@ -43,10 +43,10 @@ jobs:
4343
4444 steps :
4545 - name : Checkout this repository
46- uses : actions/checkout@v2
46+ uses : actions/checkout@v4
4747
4848 - name : Checkout actions repository
49- uses : actions/checkout@v2
49+ uses : actions/checkout@v4
5050 with :
5151 repository : Exabyte-io/actions
5252 token : ${{ secrets.BOT_GITHUB_TOKEN }}
7979
8080 steps :
8181 - name : Checkout actions repository
82- uses : actions/checkout@v2
82+ uses : actions/checkout@v4
8383 with :
8484 repository : Exabyte-io/actions
8585 token : ${{ secrets.BOT_GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments