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

Commit 8633d5b

Browse files
dependabot[bot]ghostbuster91
authored andcommitted
Bump actions/checkout from 3.1.0 to 3.5.0 (#436)
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.1.0 to 3.5.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.1.0...v3.5.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent cb7f1ce commit 8633d5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
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]

0 commit comments

Comments
 (0)