Skip to content

Commit fb358dd

Browse files
authored
Merge pull request #116 from Staffbase/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7a1907e + 0190edc commit fb358dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ runs:
228228
229229
- name: Checkout GitOps Repository
230230
if: inputs.gitops-token != ''
231-
uses: actions/checkout@v5
231+
uses: actions/checkout@v6
232232
with:
233233
repository: ${{ inputs.gitops-organization }}/${{ inputs.gitops-repository }}
234234
token: ${{ inputs.gitops-token }}

0 commit comments

Comments
 (0)