Skip to content

Commit bbc88a3

Browse files
authored
Merge pull request #70 from avdv/dependabot/github_actions/actions/checkout-v2.3.4
chore(deps): bump actions/checkout from v1 to v2.3.4
2 parents 8f9c0e9 + 097cdd4 commit bbc88a3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
steps:
99
- name: Checkout
10-
uses: actions/checkout@v1
10+
uses: actions/checkout@v2.3.4
1111
- name: Setup Scala
1212
uses: olafurpg/setup-scala@v10
1313
with:

0 commit comments

Comments
 (0)