Skip to content

Commit ce08205

Browse files
Bump actions/checkout from 3 to 4
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 06398a1 commit ce08205

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
@@ -148,7 +148,7 @@ runs:
148148

149149
- name: Checkout GitOps Repository
150150
if: inputs.gitops-token != ''
151-
uses: actions/checkout@v3
151+
uses: actions/checkout@v4
152152
with:
153153
repository: ${{ inputs.gitops-organization }}/${{ inputs.gitops-repository }}
154154
token: ${{ inputs.gitops-token }}

0 commit comments

Comments
 (0)