File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 3232 runs-on : ubuntu-24.04
3333
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636
3737 - name : Install qemu dependency
3838 run : |
7272 needs : builder-image
7373
7474 steps :
75- - uses : actions/checkout@v5
75+ - uses : actions/checkout@v6
7676
7777 - name : Install qemu dependency
7878 run : |
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@v5
59+ - uses : actions/checkout@v6
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@v5
66+ - uses : actions/checkout@v6
6767 if : github.event_name == 'push'
6868 with :
6969 path : podman-desktop-rhel-ext
7979 echo "REPOSITORY=$repository" >> $GITHUB_ENV
8080
8181 # Checkout podman desktop
82- - uses : actions/checkout@v5
82+ - uses : actions/checkout@v6
8383 with :
8484 repository : podman-desktop/podman-desktop
8585 ref : main
Original file line number Diff line number Diff line change 2929 runs-on : ubuntu-24.04
3030 timeout-minutes : 40
3131 steps :
32- - uses : actions/checkout@v5
32+ - uses : actions/checkout@v6
3333 - uses : pnpm/action-setup@v4
3434 name : Install pnpm
3535 with :
5858 runs-on : ubuntu-24.04
5959 timeout-minutes : 40
6060 steps :
61- - uses : actions/checkout@v5
61+ - uses : actions/checkout@v6
6262 - uses : pnpm/action-setup@v4
6363 name : Install pnpm
6464 with :
8888 matrix :
8989 os : [windows-2022, ubuntu-24.04, macos-15]
9090 steps :
91- - uses : actions/checkout@v5
91+ - uses : actions/checkout@v6
9292 - uses : pnpm/action-setup@v4
9393 name : Install pnpm
9494 with :
Original file line number Diff line number Diff line change 4343 RHELExtensionVersion : ${{ steps.TAG_UTIL.outputs.RHELExtensionVersion}}
4444
4545 steps :
46- - uses : actions/checkout@v5
46+ - uses : actions/checkout@v6
4747 with :
4848 ref : ${{ github.event.inputs.branch }}
4949
@@ -112,7 +112,7 @@ jobs:
112112 runs-on : ubuntu-24.04
113113
114114 steps :
115- - uses : actions/checkout@v5
115+ - uses : actions/checkout@v6
116116 with :
117117 ref : ${{ needs.tag.outputs.githubTag }}
118118
@@ -154,7 +154,7 @@ jobs:
154154 needs : [builder-image, tag]
155155
156156 steps :
157- - uses : actions/checkout@v5
157+ - uses : actions/checkout@v6
158158 with :
159159 ref : ${{ needs.tag.outputs.githubTag }}
160160
You can’t perform that action at this time.
0 commit comments