Skip to content

Commit

Permalink
chore(deps): update github actions (#469)
Browse files Browse the repository at this point in the history
* chore(deps): update github actions

Signed-off-by: redhat-renovate-bot <[email protected]>
Signed-off-by: thepetk <[email protected]>

* Revert change to docker-login

Singed-off-by: thepetk <[email protected]>
Signed-off-by: thepetk <[email protected]>

---------

Signed-off-by: redhat-renovate-bot <[email protected]>
Signed-off-by: thepetk <[email protected]>
Co-authored-by: thepetk <[email protected]>
  • Loading branch information
redhat-renovate-bot and thepetk authored Aug 27, 2024
1 parent 7ebf8f6 commit 311904b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/check-architectures.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
- name: Checkout
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install yq command
uses: redhat-actions/openshift-tools-installer@bee649bbedc67b5bfc2f2de4b19498e11c2e8775 # v1
uses: redhat-actions/openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # v1
with:
source: 'github'
github_pat: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
- name: Save Comment ID
if: ${{ steps.find.outputs.comment-id != '' }}
run: echo ${{ steps.find.outputs.comment-id }} > ./pr/commentid
- uses: actions/upload-artifact@0b2256b8c012f0828dc542b3febcab082c67f72b # v4.3.4
- uses: actions/upload-artifact@834a144ee995460fba8ed112a2fc961b36a5ec5a # v4.3.6
with:
name: pr
path: pr/
2 changes: 1 addition & 1 deletion .github/workflows/devfile-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Check out code
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- name: Install odo v3
uses: redhat-actions/openshift-tools-installer@bee649bbedc67b5bfc2f2de4b19498e11c2e8775 # v1
uses: redhat-actions/openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # v1
with:
odo: ${{ env.ODOV3_VERSION }}
- name: Setup Minikube
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pushimge-next.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
with:
go-version: 1.21
- name: Set up QEMU # Enables arm64 image building
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
uses: docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf
- name: Login to Quay
uses: docker/login-action@343f7c4344506bcbf9b4de18042ae17996df046d # v3.0.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/validate-stacks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:
start args: "--addons=ingress ${{ env.MINIKUBE_RESOURCES }}"

- name: Install odo v2
uses: redhat-actions/openshift-tools-installer@bee649bbedc67b5bfc2f2de4b19498e11c2e8775 # v1
uses: redhat-actions/openshift-tools-installer@144527c7d98999f2652264c048c7a9bd103f8a82 # v1
with:
odo: "2.5.1"

Expand Down

0 comments on commit 311904b

Please sign in to comment.