Skip to content

Commit a01eae5

Browse files
Merge pull request #161 from openstack-k8s-operators/renovate/18-stable-major-github-actions-dependencies
[18-stable] Update GitHub Actions Dependencies (18-stable) (major)
2 parents ab3a178 + 2fe661f commit a01eae5

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/build-openstack-must-gather.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,15 @@ jobs:
4040
4141
- name: Buildah Action
4242
id: build-openstack-must-gather
43-
uses: redhat-actions/buildah-build@7a95fa7ee0f02d552a32753e7414641a04307056 # v2
43+
uses: redhat-actions/buildah-build@3a51aade9afa17e5c78256bcbe2e1ee08c7b995b # v3
4444
with:
4545
image: openstack-must-gather
4646
tags: ${{ env.latesttag }} ${{ github.sha }}
4747
containerfiles: |
4848
./Dockerfile
4949
5050
- name: Push openstack-must-gather image To ${{ env.imageregistry }}
51-
uses: redhat-actions/push-to-registry@5ed88d269cf581ea9ef6dd6806d01562096bee9c # v2
51+
uses: redhat-actions/push-to-registry@94ade333c38ecc0e60e94785125d9a52ca423b37 # v3
5252
with:
5353
image: ${{ steps.build-openstack-must-gather.outputs.image }}
5454
tags: ${{ steps.build-openstack-must-gather.outputs.tags }}

.github/workflows/sanity-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7
1414
- name: Setup python
15-
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
15+
uses: actions/setup-python@5fda3b95a4ea91299a34e894583c3862153e4b97 # v7
1616
with:
1717
python-version: ${{ matrix.python-version }}
1818
- name: Install dependencies

0 commit comments

Comments
 (0)