Skip to content

Commit

Permalink
chore(deps): bump actions/checkout from 4.1.1 to 4.1.4
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.1 to 4.1.4.
- [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.4)

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

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 25, 2024
1 parent 59f803c commit bdabdc6
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 @@ -28,7 +28,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].1
uses: actions/[email protected].4

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

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

# 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 @@ -19,7 +19,7 @@ jobs:

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

Expand Down

0 comments on commit bdabdc6

Please sign in to comment.