Skip to content

Commit

Permalink
chore: bump actions/checkout from 3.5.2 to 3.5.3 (#258)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
dependabot[bot] authored Jun 28, 2023
1 parent 9e313be commit 1aa552a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- windows-latest
runs-on: ${{ matrix.platform }}
steps:
- uses: actions/[email protected].2
- uses: actions/[email protected].3

- uses: actions/setup-java@v3
with:
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
steps:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].2
uses: actions/[email protected].3

# Setup Java 11 environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:

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

# Remove old release drafts by using the curl request for the available releases with draft flag
- name: Remove Old Release Drafts
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].2
uses: actions/[email protected].3
with:
ref: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit 1aa552a

Please sign in to comment.