Skip to content

Commit d97f695

Browse files
Bump actions/checkout from 3.5.0 to 3.5.3
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.5.0 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.0...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 fd4515b commit d97f695

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,5 @@ jobs:
66
name: "Validation"
77
runs-on: ubuntu-latest
88
steps:
9-
- uses: actions/[email protected].0
9+
- uses: actions/[email protected].3
1010
- uses: gradle/[email protected]

.github/workflows/publish-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
# Steps represent a sequence of tasks that will be executed as part of the job
2222
steps:
2323
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
24-
- uses: actions/[email protected].0
24+
- uses: actions/[email protected].3
2525

2626
- name: Gradle wrapper validation
2727
uses: gradle/[email protected]

.github/workflows/publish-snapshot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].3
2020

2121
- name: Gradle wrapper validation
2222
uses: gradle/[email protected]

.github/workflows/release-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
# Steps represent a sequence of tasks that will be executed as part of the job
2525
steps:
2626
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
27-
- uses: actions/[email protected].0
27+
- uses: actions/[email protected].3
2828
with:
2929
fetch-depth: 0
3030

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
# Ask matrix.js to produce 7 jobs
2121
MATRIX_JOBS: 7
2222
steps:
23-
- uses: actions/[email protected].0
23+
- uses: actions/[email protected].3
2424
with:
2525
fetch-depth: 1
2626
- id: set-matrix
@@ -37,7 +37,7 @@ jobs:
3737
env:
3838
TZ: ${{ matrix.tz }}
3939
steps:
40-
- uses: actions/[email protected].0
40+
- uses: actions/[email protected].3
4141
with:
4242
fetch-depth: 10
4343
# Install built-in JDK

0 commit comments

Comments
 (0)