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 3030 # Steps represent a sequence of tasks that will be executed as part of the job
3131 steps :
3232 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
33- - uses : actions/checkout@v4
33+ - uses : actions/checkout@v5
3434
3535 # Runs a single command using the runners shell
3636 - name : operational test
5757 # Steps represent a sequence of tasks that will be executed as part of the job
5858 steps :
5959 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
60- - uses : actions/checkout@v4
60+ - uses : actions/checkout@v5
6161
6262 # Runs a single command using the runners shell
6363 - name : Run a one-line script
8484 # Steps represent a sequence of tasks that will be executed as part of the job
8585 steps :
8686 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
87- - uses : actions/checkout@v4
87+ - uses : actions/checkout@v5
8888
8989 # Runs a single command using the runners shell
9090 - name : Run a one-line script
You can’t perform that action at this time.
0 commit comments