Skip to content

Commit 80895c6

Browse files
dependabot[bot]jjohannes
authored andcommitted
Bump actions/checkout from 3.5.2 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.2 to 3.5.3. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3.5.2...v3.5.3) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 240abbb commit 80895c6

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
runs-on: ubuntu-latest
66
steps:
77
- name: git clone
8-
uses: actions/[email protected].2
8+
uses: actions/[email protected].3
99
- name: Set up JDK
1010
uses: actions/[email protected]
1111
with:

.github/workflows/gradle-wrapper-validation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ jobs:
44
validation:
55
runs-on: ubuntu-latest
66
steps:
7-
- uses: actions/[email protected].2
7+
- uses: actions/[email protected].3
88
- uses: gradle/[email protected]

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: git clone
11-
uses: actions/[email protected].2
11+
uses: actions/[email protected].3
1212
- name: Set up JDK
1313
uses: actions/[email protected]
1414
with:

0 commit comments

Comments
 (0)