Skip to content

Commit 31c0fe7

Browse files
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] <[email protected]>
1 parent 117d135 commit 31c0fe7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
architecture: [ 'x64' ]
1717
name: Build with JDK ${{ matrix.java }} on ${{ matrix.architecture }}
1818
steps:
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
- name: Setup JDK
2121
uses: actions/[email protected]
2222
with:

.github/workflows/release.yml

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

1717
name: Release ${{ github.event.inputs.release-tag }}
1818
steps:
19-
- uses: actions/[email protected].0
19+
- uses: actions/[email protected].1
2020
with:
2121
ref: ${{ github.event.inputs.release-tag }}
2222

0 commit comments

Comments
 (0)