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

Commit 9a20ea8

Browse files
Bump actions/checkout from 3.5.1 to 3.5.2 (#439)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.1 to 3.5.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.1...v3.5.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c258957 commit 9a20ea8

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
@@ -13,7 +13,7 @@ jobs:
1313
env:
1414
JAVA_OPTS: -Xmx4G
1515
steps:
16-
- uses: actions/[email protected].1
16+
- uses: actions/[email protected].2
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/[email protected].1
42+
- uses: actions/[email protected].2
4343
with:
4444
fetch-depth: 0
4545
- 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].1
15+
uses: actions/[email protected].2
1616
- name: Set up JDK 11
1717
uses: actions/setup-java@v3
1818
with:

0 commit comments

Comments
 (0)