Skip to content

Commit 399d23d

Browse files
authored
update actions versions in workflows (#76)
1 parent 424de21 commit 399d23d

3 files changed

Lines changed: 16 additions & 16 deletions

File tree

.github/workflows/container-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
persist-credentials: false
2323

2424
- name: Download AMD64 image
25-
uses: actions/download-artifact@v5
25+
uses: actions/download-artifact@v6
2626
with:
2727
name: image-amd64-${{ github.run_id }}
2828
path: /tmp

.github/workflows/docker-publish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
buildah push "${CONTAINER}-${TARGETARCH}" "docker-archive:/tmp/image-${TARGETARCH}.tar:${CONTAINER}-${TARGETARCH}"
5050
5151
- name: Upload image artifact
52-
uses: actions/upload-artifact@v4
52+
uses: actions/upload-artifact@v5
5353
with:
5454
name: image-${{ matrix.targetarch }}-${{ github.run_id }}
5555
path: /tmp/image-${{ matrix.targetarch }}.tar
@@ -84,13 +84,13 @@ jobs:
8484
persist-credentials: false
8585

8686
- name: Download AMD64 image
87-
uses: actions/download-artifact@v5
87+
uses: actions/download-artifact@v6
8888
with:
8989
name: image-amd64-${{ github.run_id }}
9090
path: /tmp
9191

9292
- name: Download ARM64 image
93-
uses: actions/download-artifact@v5
93+
uses: actions/download-artifact@v6
9494
with:
9595
name: image-arm64-${{ github.run_id }}
9696
path: /tmp
@@ -123,7 +123,7 @@ jobs:
123123
echo "digest=$DIGEST" >> "$GITHUB_OUTPUT"
124124
125125
- name: Install cosign
126-
uses: sigstore/cosign-installer@d7543c93d881b35a8faa02e8e3605f69b7a1ce62 # v3.10.0
126+
uses: sigstore/cosign-installer@faadad0cce49287aee09b3a48701e75088a2c6ad # v4.0.0
127127
with:
128128
cosign-release: "v2.2.4"
129129

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Validated Patterns Utility Container
22

3-
![Version: 1.0.1](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)
3+
![Version: 1.0.2](https://img.shields.io/badge/Version-1.0.1-informational?style=flat-square)
44
[![Quay Repository](https://img.shields.io/badge/Quay.io-utility--container-blue?logo=quay)](https://quay.io/repository/validatedpatterns/utility-container)
55
[![CI Pipeline](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml/badge.svg?branch=main)](https://github.com/validatedpatterns/utility-container/actions/workflows/docker-publish.yml)
66

@@ -18,30 +18,30 @@ This container provides a pre-configured environment with all the necessary tool
1818
| :---------------------------------: | :--------: | :------------: |
1919
| ansible | pip | 2.16.14 |
2020
| ansible.posix | collection | 2.1.0 |
21-
| ansible-runner | pip | 2.4.1 |
21+
| ansible-runner | pip | 2.4.2 |
2222
| ansible.utils | collection | 6.0.0 |
2323
| argocd | binary | v2.9.7+fbb6b20 |
24-
| awscli | pip | 1.42.28 |
24+
| awscli | pip | 1.42.65 |
2525
| awx.awx | collection | 24.6.1 |
2626
| awxkit | pip | 24.6.1 |
27-
| azure-cli | pip | 2.77.0 |
28-
| boto3 | pip | 1.40.28 |
29-
| botocore | pip | 1.40.28 |
30-
| community.general | collection | 11.3.0 |
27+
| azure-cli | pip | 2.79.0 |
28+
| boto3 | pip | 1.40.65 |
29+
| botocore | pip | 1.40.65 |
30+
| community.general | collection | 12.0.0 |
3131
| community.okd | collection | 5.0.0 |
3232
| gcloud | pip | 0.18.3 |
33-
| gh | package | 2.79.0 |
33+
| gh | package | 2.82.1 |
3434
| git-core | package | 2.47.3 |
3535
| gzip | package | 1.12 |
3636
| hcp | binary | 4.17.0 |
3737
| helm | binary | v3.13.3 |
3838
| infra.ah_configuration | collection | 2.1.0 |
39-
| infra.controller_configuration | collection | 3.1.3 |
39+
| infra.controller_configuration | collection | 3.2.0 |
4040
| infra.eda_configuration | collection | 1.1.0 |
4141
| jmespath | pip | 1.0.1 |
4242
| jq | package | 1.6 |
43-
| kubernetes.core | collection | 6.1.0 |
44-
| kubernetes | pip | 33.1.0 |
43+
| kubernetes.core | collection | 6.2.0 |
44+
| kubernetes | pip | 34.1.0 |
4545
| kustomize | binary | v5.0.1 |
4646
| make | package | 4.3 |
4747
| openshift | binary | 4.14.20 |

0 commit comments

Comments
 (0)