Skip to content

Commit dad161f

Browse files
chore: bump actions/checkout from 4.1.1 to 4.1.2 (#377)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.2. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.1.1...v4.1.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent b692f6f commit dad161f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/build.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- windows-latest
2424
runs-on: ${{ matrix.platform }}
2525
steps:
26-
- uses: actions/[email protected].1
26+
- uses: actions/[email protected].2
2727

2828
- uses: actions/setup-java@v4
2929
with:
@@ -56,7 +56,7 @@ jobs:
5656
steps:
5757
# Check out current repository
5858
- name: Fetch Sources
59-
uses: actions/[email protected].1
59+
uses: actions/[email protected].2
6060

6161
# Setup Java 11 environment for the next steps
6262
- name: Setup Java
@@ -140,7 +140,7 @@ jobs:
140140

141141
# Check out current repository
142142
- name: Fetch Sources
143-
uses: actions/[email protected].1
143+
uses: actions/[email protected].2
144144

145145
# Remove old release drafts by using the curl request for the available releases with draft flag
146146
- name: Remove Old Release Drafts

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
# Check out current repository
1717
- name: Fetch Sources
18-
uses: actions/[email protected].1
18+
uses: actions/[email protected].2
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)