Skip to content

Commit 7973361

Browse files
Merge pull request #37 from diffblue/tas/bump_checkout_action
Update version of checkout action from 2 to 3
2 parents 012cdc2 + c783534 commit 7973361

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/models_library_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout repository
11-
uses: actions/checkout@v2
11+
uses: actions/checkout@v3
1212
- name: Setup Java environment
13-
uses: actions/setup-java@v2
13+
uses: actions/setup-java@v3
1414
with:
1515
java-version: '16'
1616
distribution: 'adopt'

0 commit comments

Comments
 (0)