Skip to content

Commit 994cb8e

Browse files
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 1e7acf9 commit 994cb8e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/Discord Webhook.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
steps:
2323
- name: Checkout repository
24-
uses: actions/[email protected].2
24+
uses: actions/[email protected].3
2525

2626
- name: Set up Java JDK 17
2727
uses: actions/[email protected]

.github/workflows/maven.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
steps:
3636
- name: Checkout Repository
37-
uses: actions/checkout@v2.3.3
37+
uses: actions/checkout@v3.5.3
3838

3939
- name: Set up JDK 17
4040
uses: actions/[email protected]

0 commit comments

Comments
 (0)