Skip to content

Commit

Permalink
chore: bump actions/checkout from 3.3.0 to 3.4.0 (#202)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v3.3.0...v3.4.0)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2023
1 parent df6a34f commit 49357c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0

# Validate wrapper
- name: Gradle Wrapper Validation
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/checkout@v3.3.0
uses: actions/checkout@v3.4.0

# 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/checkout@v3.3.0
uses: actions/checkout@v3.4.0
with:
ref: ${{ github.event.release.tag_name }}

Expand Down

0 comments on commit 49357c7

Please sign in to comment.