File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -27,15 +27,15 @@ jobs:
2727 persist-credentials : false
2828 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2929 - name : Checkout PG code
30- uses : actions/checkout@v3
30+ uses : actions/checkout@v4
3131 with :
3232 repository : openwebwork/pg
3333 ref : PG-2.20
3434 path : pg
3535 persist-credentials : false
3636
3737 - name : Checkout WW code
38- uses : actions/checkout@v3
38+ uses : actions/checkout@v4
3939 with :
4040 repository : openwebwork/webwork2
4141 ref : WeBWorK-2.20
Original file line number Diff line number Diff line change @@ -17,15 +17,15 @@ jobs:
1717 # Steps represent a sequence of tasks that will be executed as part of the job
1818 steps :
1919 - name : Checkout pg-docs code
20- uses : actions/checkout@v3
20+ uses : actions/checkout@v4
2121 with :
2222 persist-credentials : false
2323 # Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
2424 - name : Checkout PG code
25- uses : actions/checkout@v3
25+ uses : actions/checkout@v4
2626 with :
2727 repository : pstaabp/pg
28- ref : sample-problems-doc
28+ ref : PG-2.20
2929 path : pg
3030 persist-credentials : false
3131 - name : Install Ubuntu dependencies
You can’t perform that action at this time.
0 commit comments