File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 timeout-minutes : 60
2222
2323 steps :
24- - uses : actions/checkout@v6
24+ - uses : actions/checkout@v7
2525
2626 - uses : pnpm/action-setup@v6
2727 name : Install pnpm
Original file line number Diff line number Diff line change @@ -56,14 +56,14 @@ jobs:
5656 ORGANIZATION : ${{ inputs.organization || 'redhat-developer' }}
5757 BRANCH : ${{ inputs.branch || 'main' }}
5858 steps :
59- - uses : actions/checkout@v6
59+ - uses : actions/checkout@v7
6060 if : github.event_name == 'workflow_dispatch' || github.event_name == 'workflow_run'
6161 with :
6262 repository : ${{ env.ORGANIZATION }}/${{ env.REPO }}
6363 ref : ${{ env.BRANCH }}
6464 path : ${{ env.REPO }}
6565
66- - uses : actions/checkout@v6
66+ - uses : actions/checkout@v7
6767 if : github.event_name == 'push'
6868 with :
6969 path : podman-desktop-redhat-account-ext
7979 echo "REPOSITORY=$repository" >> $GITHUB_ENV
8080
8181 # Checkout podman desktop
82- - uses : actions/checkout@v6
82+ - uses : actions/checkout@v7
8383 with :
8484 repository : podman-desktop/podman-desktop
8585 ref : main
Original file line number Diff line number Diff line change 4141 fail-fast : true
4242
4343 steps :
44- - uses : actions/checkout@v6
44+ - uses : actions/checkout@v7
4545
4646 - uses : pnpm/action-setup@v6
4747 name : Install pnpm
@@ -72,12 +72,12 @@ jobs:
7272 env :
7373 SKIP_INSTALLATION : true
7474 steps :
75- - uses : actions/checkout@v6
75+ - uses : actions/checkout@v7
7676 with :
7777 path : podman-desktop-redhat-account-ext
7878
7979 # Checkout podman desktop
80- - uses : actions/checkout@v6
80+ - uses : actions/checkout@v7
8181 with :
8282 repository : podman-desktop/podman-desktop
8383 ref : main
@@ -168,12 +168,12 @@ jobs:
168168 env :
169169 SKIP_INSTALLATION : true
170170 steps :
171- - uses : actions/checkout@v6
171+ - uses : actions/checkout@v7
172172 with :
173173 path : podman-desktop-redhat-account-ext
174174
175175 # Checkout podman desktop
176- - uses : actions/checkout@v6
176+ - uses : actions/checkout@v7
177177 with :
178178 repository : containers/podman-desktop
179179 ref : main
Original file line number Diff line number Diff line change 4747 releaseId : ${{ steps.create_release.outputs.id}}
4848
4949 steps :
50- - uses : actions/checkout@v6
50+ - uses : actions/checkout@v7
5151 with :
5252 ref : ${{ github.event.inputs.branch }}
5353
You can’t perform that action at this time.
0 commit comments