Skip to content

Commit 1aa552a

Browse files
chore: bump actions/checkout from 3.5.2 to 3.5.3 (#258)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9e313be commit 1aa552a

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
@@ -21,7 +21,7 @@ jobs:
2121
- windows-latest
2222
runs-on: ${{ matrix.platform }}
2323
steps:
24-
- uses: actions/[email protected].2
24+
- uses: actions/[email protected].3
2525

2626
- uses: actions/setup-java@v3
2727
with:
@@ -54,7 +54,7 @@ jobs:
5454
steps:
5555
# Check out current repository
5656
- name: Fetch Sources
57-
uses: actions/[email protected].2
57+
uses: actions/[email protected].3
5858

5959
# Setup Java 11 environment for the next steps
6060
- name: Setup Java
@@ -138,7 +138,7 @@ jobs:
138138

139139
# Check out current repository
140140
- name: Fetch Sources
141-
uses: actions/[email protected].2
141+
uses: actions/[email protected].3
142142

143143
# Remove old release drafts by using the curl request for the available releases with draft flag
144144
- 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].2
18+
uses: actions/[email protected].3
1919
with:
2020
ref: ${{ github.event.release.tag_name }}
2121

0 commit comments

Comments
 (0)