Skip to content

Commit d3d21e9

Browse files
authored
Merge pull request #72 from Staffbase/dependabot/github_actions/actions/checkout-4
Bump actions/checkout from 3 to 4
2 parents 9deb50f + ce08205 commit d3d21e9

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)