Skip to content

Commit 73ee71f

Browse files
Bump actions/checkout from 4.1.7 to 4.2.0 (#14)
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.7 to 4.2.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@692973e...d632683) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 468927c commit 73ee71f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: An action used by the Prometheus project to share github actions.
33
runs:
44
using: composite
55
steps:
6-
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
6+
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
77
with:
88
repository: 'prometheus/promci'
99
path: '.github/promci'

0 commit comments

Comments
 (0)