Skip to content

Commit a6a4766

Browse files
chore(deps): update actions/checkout action to v3 (#271)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 2b3f847 commit a6a4766

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ${{ matrix.os }}
2020
steps:
2121

22-
- uses: actions/checkout@v2
22+
- uses: actions/checkout@v3
2323

2424
- name: Cache sbt
2525
uses: actions/cache@v2
@@ -53,7 +53,7 @@ jobs:
5353
runs-on: ${{ matrix.os }}
5454
steps:
5555

56-
- uses: actions/checkout@v2
56+
- uses: actions/checkout@v3
5757

5858
- name: Cache sbt
5959
uses: actions/cache@v2

0 commit comments

Comments
 (0)