File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -38,13 +38,13 @@ jobs:
38
38
# Steps represent a sequence of tasks that will be executed as part of the job
39
39
steps :
40
40
- name : Checkout code (PR)
41
- uses : actions/checkout@v4
41
+ uses : actions/checkout@v5
42
42
if : github.event_name == 'pull_request'
43
43
with :
44
44
ref : ${{ github.event.pull_request.head.ref }}
45
45
46
46
- name : Checkout code (Main)
47
- uses : actions/checkout@v4
47
+ uses : actions/checkout@v5
48
48
if : github.event_name != 'pull_request'
49
49
50
50
- name : Validate Resource Status
Original file line number Diff line number Diff line change 14
14
15
15
steps :
16
16
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
17
- - uses : actions/checkout@v2
17
+ - uses : actions/checkout@v5
18
18
19
19
# Runs a single command using the runners shell
20
20
- name : Generate images
You can’t perform that action at this time.
0 commit comments