Skip to content

Commit

Permalink
ci(deps): bump actions/checkout from 4.1.0 to 4.1.1 (#62)
Browse files Browse the repository at this point in the history
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](actions/checkout@v4.1.0...v4.1.1)

---
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 Oct 18, 2023
1 parent fa3d2c6 commit edc5dda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].1

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

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

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

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

# Setup Java environment for the next steps
- name: Setup Java
Expand Down Expand Up @@ -209,7 +209,7 @@ jobs:
# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].1

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

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

# Setup Java environment for the next steps
- name: Setup Java
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/changelog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:

# Check out current repository
- name: Fetch Sources
uses: actions/[email protected].0
uses: actions/[email protected].1
with:
fetch-depth: 0

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

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

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-ui-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:

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

# Setup Java environment for the next steps
- name: Setup Java
Expand Down

0 comments on commit edc5dda

Please sign in to comment.