Skip to content

Commit 5b0ddc6

Browse files
dependabot[bot]JonasAlfredsson
authored andcommitted
Bump actions/checkout from 4.1.3 to 4.1.4
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>
1 parent 10fd538 commit 5b0ddc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/unit_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- name: Checkout the repository
25-
uses: actions/checkout@v4.1.3
25+
uses: actions/checkout@v4.1.4
2626

2727
- name: Run BATS tests
2828
uses: ffurrer2/bats-action@v1.1.0

0 commit comments

Comments
 (0)