Skip to content

Commit

Permalink
gh actions to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
chelsea-EYDS committed Jan 21, 2025
1 parent fc30ad2 commit 29184ca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-promote-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
AUTH_TOKEN: ${{ secrets.OC_AUTH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup ENV file
run: cp .env.example .env
- name: Cache OpenShift CLI
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci-promote.prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
AUTH_TOKEN: ${{ secrets.OC_AUTH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup ENV file
run: cp .env.example .env
- uses: dorny/paths-filter@v2
Expand Down Expand Up @@ -52,12 +52,12 @@ jobs:
AUTH_TOKEN: ${{ secrets.OC_AUTH_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: Setup ENV file
run: cp .env.example .env
- name: Cache OpenShift CLI
id: cache-oc
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: /usr/local/bin/oc
key: ${{ runner.os }}-oc
Expand Down

0 comments on commit 29184ca

Please sign in to comment.