Skip to content

Commit 9a5273e

Browse files
dependabot[bot]karstenroethig
authored andcommitted
Bump actions/checkout from 4.2.0 to 4.2.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.0 to 4.2.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.0...v4.2.1) --- 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 8f0d3e0 commit 9a5273e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
steps:
1010
- name: Checkout sources
11-
uses: actions/checkout@v4.2.0
11+
uses: actions/checkout@v4.2.1
1212

1313
- name: Set up JDK 17
1414
uses: actions/setup-java@v4.4.0

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
steps:
2020
- name: Checkout sources
21-
uses: actions/checkout@v4.2.0
21+
uses: actions/checkout@v4.2.1
2222

2323
- name: Set up JDK 17
2424
uses: actions/setup-java@v4.4.0

0 commit comments

Comments
 (0)