Skip to content

Commit f2d5f24

Browse files
dependabot[bot]tom5760
authored andcommitted
build(deps): bump actions/checkout from 5.0.0 to 5.0.1
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 5.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v5.0.1) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c21e35b commit f2d5f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-deploy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
url: https://libproxy-db.org/
1515
steps:
1616
- name: Checkout
17-
uses: actions/[email protected].0
17+
uses: actions/[email protected].1
1818
with:
1919
# Need fetch-depth 0, otherwise a shallow-clone will occur, and we
2020
# won't have history to use with buildinfo.sh.

0 commit comments

Comments
 (0)