Skip to content

Commit 7f2e967

Browse files
Update actions/checkout action to v3 (#110)
Co-authored-by: Renovate Bot <[email protected]>
1 parent c771c78 commit 7f2e967

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212

1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v3
1515

1616
- name: Set up JDK 8
1717
uses: actions/setup-java@v3

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
java-version: 8
4545

4646
- name: Checkout
47-
uses: actions/checkout@v2
47+
uses: actions/checkout@v3
4848
with:
4949
token: ${{ secrets.REPO_ACCESS_TOKEN }}
5050

0 commit comments

Comments
 (0)