Skip to content

Commit 9a55d40

Browse files
Merge branch 'main' into dependabot/github_actions/VirtusLab/scala-cli-setup-1.10
2 parents 2c648d1 + 82c648e commit 9a55d40

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/check-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
check-lint:
66
runs-on: ubuntu-22.04
77
steps:
8-
- uses: actions/checkout@v5
8+
- uses: actions/checkout@v6
99
- uses: VirtusLab/[email protected]
1010
- run: scala-cli fmt --check
1111

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ${{ matrix.os }}
1616
steps:
1717
- name: Checkout current branch (full)
18-
uses: actions/checkout@v5
18+
uses: actions/checkout@v6
1919
- name: Setup Java
2020
uses: actions/setup-java@v5
2121
with:

0 commit comments

Comments
 (0)