Skip to content

Commit fd5e38c

Browse files
committed
ci(deps): update danysk/action-checkout action to v0.2.14
1 parent 4204998 commit fd5e38c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
steps:
1212
- name: Checkout
13-
uses: danysk/[email protected].13
13+
uses: danysk/[email protected].14
1414
- uses: olafurpg/setup-scala@v14
1515
with:
1616
java-version: [email protected]
@@ -24,7 +24,7 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Checkout
27-
uses: danysk/[email protected].13
27+
uses: danysk/[email protected].14
2828
- name: Test website generation
2929
run: |
3030
cd docs

.github/workflows/web.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- name: Checkout
12-
uses: danysk/[email protected].13
12+
uses: danysk/[email protected].14
1313
- uses: olafurpg/setup-scala@v14
1414
with:
1515
java-version: [email protected]

0 commit comments

Comments
 (0)