Skip to content
This repository was archived by the owner on Jan 24, 2025. It is now read-only.

Commit 62f731e

Browse files
Merge pull request #434 from softwaremill/dependabot/github_actions/actions/checkout-3.5.0
Bump actions/checkout from 3.1.0 to 3.5.0
2 parents 189198b + e1df9f9 commit 62f731e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
JAVA_OPTS: -Xmx4G
1515
steps:
16-
- uses: actions/checkout@v3.1.0
16+
- uses: actions/checkout@v3.5.0
1717
- uses: coursier/[email protected]
1818
- uses: coursier/[email protected]
1919
with:
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
JAVA_OPTS: -Xmx4G
4141
steps:
42-
- uses: actions/checkout@v3.1.0
42+
- uses: actions/checkout@v3.5.0
4343
with:
4444
fetch-depth: 0
4545
- uses: coursier/[email protected]

.github/workflows/scala-steward.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-20.04
1313
steps:
1414
- name: Checkout
15-
uses: actions/checkout@v3.1.0
15+
uses: actions/checkout@v3.5.0
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)