Skip to content

Commit 600393b

Browse files
committed
update code for github action checkout
1 parent 3dcd698 commit 600393b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/produce_pod.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

.github/workflows/sample_problem_docs.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)