Skip to content

Commit

Permalink
Bump actions/checkout from 4.1.3 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.3 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.3...v4.1.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and tuxji committed Apr 25, 2024
1 parent 6abf1c5 commit 2080cd1
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out RITE source
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:

steps:
- name: Check out RITE source
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

steps:
- name: Check out RITE source
uses: actions/checkout@v4.1.3
uses: actions/checkout@v4.1.4

- name: Set up Java and Maven
uses: actions/setup-java@v4.2.1
Expand Down

0 comments on commit 2080cd1

Please sign in to comment.