Skip to content

Commit dad9175

Browse files
authored
Merge pull request #116 from kinoplan/dependabot/github_actions/actions/checkout-3
Bump actions/checkout from 2 to 3
2 parents 8c0981f + d82c5a8 commit dad9175

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ${{ matrix.os }}
1414
steps:
1515
- name: Checkout current branch
16-
uses: actions/checkout@v2
16+
uses: actions/checkout@v3
1717

1818
- name: Set up Java and Scala
1919
uses: olafurpg/setup-scala@v13

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
publish:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v2.3.3
18+
- uses: actions/checkout@v3
1919
- uses: olafurpg/setup-scala@v13
2020
- uses: actions/setup-node@v3
2121
- uses: olafurpg/setup-gpg@v3

0 commit comments

Comments
 (0)