Skip to content

Commit d4a2906

Browse files
Bump actions/checkout from 4.1.2 to 4.1.7
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.2 to 4.1.7. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.2...v4.1.7) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6d61e87 commit d4a2906

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/preMerge.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Check out current repository
3232
- name: Fetch Sources
33-
uses: actions/checkout@v4.1.2
33+
uses: actions/checkout@v4.1.7
3434

3535
# Validate wrapper
3636
- name: Gradle Wrapper Validation
@@ -45,7 +45,7 @@ jobs:
4545

4646
# Check out current repository
4747
- name: Fetch Sources
48-
uses: actions/checkout@v4.1.2
48+
uses: actions/checkout@v4.1.7
4949

5050
# Setup Java 17 environment for the next steps
5151
- name: Setup Java

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
release:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v4.1.2
10+
- uses: actions/checkout@v4.1.7
1111
- name: Pull down the Master Themes
1212
run: ./getMasterThemes.sh
1313
- uses: actions/setup-java@v4

0 commit comments

Comments
 (0)