File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 26
26
build :
27
27
runs-on : ubuntu-22.04
28
28
steps :
29
- - uses : actions/checkout@v4
29
+ - uses : actions/checkout@v5
30
30
31
31
- uses : pnpm/action-setup@v4
32
32
name : Install pnpm
Original file line number Diff line number Diff line change @@ -44,20 +44,20 @@ jobs:
44
44
name : Run E2E tests
45
45
runs-on : ubuntu-24.04
46
46
steps :
47
- - uses : actions/checkout@v4
47
+ - uses : actions/checkout@v5
48
48
if : github.event_name == 'workflow_dispatch'
49
49
with :
50
50
repository : ${{ github.event.inputs.organization }}/${{ github.event.inputs.repositoryName }}
51
51
ref : ${{ github.event.inputs.branch }}
52
52
path : ${{ github.event.inputs.repositoryName }}
53
53
54
- - uses : actions/checkout@v4
54
+ - uses : actions/checkout@v5
55
55
if : github.event_name == 'push'
56
56
with :
57
57
path : podman-desktop-extension-bootc
58
58
59
59
# Checkout podman desktop
60
- - uses : actions/checkout@v4
60
+ - uses : actions/checkout@v5
61
61
with :
62
62
repository : podman-desktop/podman-desktop
63
63
ref : main
Original file line number Diff line number Diff line change 29
29
matrix :
30
30
os : [windows-2022, ubuntu-22.04, macos-14]
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
34
34
- uses : pnpm/action-setup@v4
35
35
name : Install pnpm
@@ -70,15 +70,15 @@ jobs:
70
70
env :
71
71
SKIP_INSTALLATION : true
72
72
steps :
73
- - uses : actions/checkout@v4
73
+ - uses : actions/checkout@v5
74
74
with :
75
75
path : podman-desktop-extension-bootc
76
76
- uses : actions/setup-node@v4
77
77
with :
78
78
node-version : 22
79
79
80
80
# Checkout podman desktop
81
- - uses : actions/checkout@v4
81
+ - uses : actions/checkout@v5
82
82
with :
83
83
repository : containers/podman-desktop
84
84
ref : main
Original file line number Diff line number Diff line change 34
34
build :
35
35
runs-on : ubuntu-22.04
36
36
steps :
37
- - uses : actions/checkout@v4
37
+ - uses : actions/checkout@v5
38
38
with :
39
39
ref : ${{ github.event.inputs.branch }}
40
40
You can’t perform that action at this time.
0 commit comments