Skip to content

Commit

Permalink
chore(deps): update github actions all dependencies (#69)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Nov 14, 2024
1 parent ac72f08 commit 27a64ba
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/buildImageOnPush.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
uses: actions/checkout@v4

- name: Login to OpenShift and open the correct namespace
uses: redhat-developer/openshift-actions@v1.1
uses: redhat-developer/openshift-actions@v2.0
with:
version: 'latest'
openshift_server_url: ${{ secrets.OpenShiftServerURL }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/buildTestPublishContainerDeploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Publish Container 🚀
uses: docker/build-push-action@v5.4.0
uses: docker/build-push-action@v6.9.0
with:
context: .
push: true
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
openshift_token: ${{ secrets.OPENSHIFT_API_TOKEN }}
namespace: ${{ secrets.OPENSHIFT_PROJECT }}-dev
- name: Download notifyBCContainerTag
uses: actions/download-artifact@v2
uses: actions/download-artifact@v4
with:
name: notifyBCContainerTag
- name: helm upgrade 🚀
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/chartReleaser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
contents: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Get helm chart version
id: chart
run: "echo \"version=$(helm show chart helm | grep 'version:' | tail -1 | cut -f2 -d' ')\" >> $GITHUB_OUTPUT"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ghPages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ jobs:
run: echo notifyBCDocVersion_PATH=/preview/ >> $GITHUB_ENV

- name: Checkout 🛎️
uses: actions/checkout@v3
uses: actions/checkout@v4

- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: ${{ vars.NODE_VERSION }}

Expand All @@ -38,7 +38,7 @@ jobs:
npm run build
- name: Deploy 🚀
uses: JamesIves/github-pages-deploy-action@3.7.1
uses: JamesIves/github-pages-deploy-action@v4.6.8
with:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
BRANCH: gh-pages # The branch the action should deploy to.
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/staleBuster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
issues: write
pull-requests: write
steps:
- uses: actions/stale@v5
- uses: actions/stale@v9
with:
days-before-issue-stale: 30
days-before-issue-close: 14
Expand Down

0 comments on commit 27a64ba

Please sign in to comment.