Skip to content

Commit 316dec5

Browse files
chore: bump actions/checkout from 4.1.0 to 4.1.1 (#15)
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>
1 parent 03ec7e3 commit 316dec5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
os: [Windows, Ubuntu, macOS]
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818

1919
# Add steps here to build and test your project.
2020
# Learn more: https://docs.github.com/en/actions/automating-builds-and-tests

0 commit comments

Comments
 (0)