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

Commit ac76069

Browse files
Merge pull request #444 from softwaremill/dependabot/github_actions/actions/checkout-3.5.3
Bump actions/checkout from 3.5.2 to 3.5.3
2 parents 0050734 + 9a9f88d commit ac76069

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
scala-version: ["2.12", "2.13", "3"]
2121
target-platform: ["JVM", "JS"]
2222
steps:
23-
- uses: actions/[email protected].2
23+
- uses: actions/[email protected].3
2424
- uses: coursier/[email protected]
2525
- name: Set up JDK 11
2626
uses: actions/setup-java@v3
@@ -74,7 +74,7 @@ jobs:
7474
needs: [build]
7575
runs-on: ubuntu-22.04
7676
steps:
77-
- uses: actions/[email protected].2
77+
- uses: actions/[email protected].3
7878
with:
7979
fetch-depth: 0
8080
- uses: coursier/[email protected]

.github/workflows/scala-steward.yml

+1-1
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/[email protected].2
15+
uses: actions/[email protected].3
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)