File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 19
19
matrix : ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
61
61
private-key : ${{ secrets.CARPENIKE_APP_PRIVATE_KEY }}
62
62
63
63
- name : Checkout
64
- uses : actions/checkout@v4
64
+ uses : actions/checkout@v5
65
65
66
66
- name : Install Flux
67
67
uses : fluxcd/flux2/action@main
Original file line number Diff line number Diff line change 19
19
matrix : ${{ steps.changed-files.outputs.all_changed_and_modified_files }}
20
20
steps :
21
21
- name : Checkout
22
- uses : actions/checkout@v4
22
+ uses : actions/checkout@v5
23
23
with :
24
24
fetch-depth : 0
25
25
@@ -53,13 +53,13 @@ jobs:
53
53
matrix : ${{ steps.extract-images.outputs.images }}
54
54
steps :
55
55
- name : Checkout default branch
56
- uses : actions/checkout@v4
56
+ uses : actions/checkout@v5
57
57
with :
58
58
ref : " ${{ github.event.repository.default_branch }}"
59
59
path : default
60
60
61
61
- name : Checkout Pull Request branch
62
- uses : actions/checkout@v4
62
+ uses : actions/checkout@v5
63
63
with :
64
64
path : pull
65
65
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
steps :
20
20
- name : Checkout
21
- uses : actions/checkout@v4
21
+ uses : actions/checkout@v5
22
22
with :
23
23
fetch-depth : 0
24
24
You can’t perform that action at this time.
0 commit comments