File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2727 # Steps represent a sequence of tasks that will be executed as part of the job
2828 steps :
2929 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
30- - uses : actions/checkout@v3
30+ - uses : actions/checkout@v4
3131 - uses : actions/setup-java@v3
3232 with :
3333 distribution : ' temurin'
6464 # Steps represent a sequence of tasks that will be executed as part of the job
6565 steps :
6666 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - uses : actions/setup-java@v3
6969 with :
7070 distribution : ' temurin'
@@ -101,7 +101,7 @@ jobs:
101101 # Steps represent a sequence of tasks that will be executed as part of the job
102102 steps :
103103 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
104- - uses : actions/checkout@v3
104+ - uses : actions/checkout@v4
105105 - uses : actions/setup-java@v3
106106 with :
107107 distribution : ' temurin'
You can’t perform that action at this time.
0 commit comments