Skip to content

Commit

Permalink
chore(deps): update actions/checkout action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and tagoro9 committed Mar 14, 2024
1 parent fababf0 commit 533d597
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion check/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ runs:
shell: bash
run: echo "Skipping - no secret templates were changed"

- uses: actions/checkout@v2
- uses: actions/checkout@v4
if: steps.changes.outputs.secret-templates == 'true'

- name: run sync
Expand Down
2 changes: 1 addition & 1 deletion sync/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ runs:
using: composite
steps:
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: run sync
uses: turo/actions-kubesealer/run-sync@v1
Expand Down
2 changes: 1 addition & 1 deletion update/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ runs:

- name: checkout branch from comment
if: steps.check.outputs.triggered == 'true'
uses: actions/checkout@v2
uses: actions/checkout@v4
with:
ref: ${{ steps.comment-branch.outputs.head_ref }}
token: ${{ inputs.github-personal-access-token }}
Expand Down

0 comments on commit 533d597

Please sign in to comment.