Skip to content

Commit

Permalink
Bump actions/checkout from 3 to 4 (#44)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Sep 12, 2023
1 parent 7aba61d commit 147c1b2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pr-open.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
file: common/openshift.init.yml
overwrite: false
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Deploys
uses: ./
with:
Expand Down
4 changes: 2 additions & 2 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ inputs:
runs:
using: composite
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
with:
repository: ${{ inputs.repository }}

Expand Down Expand Up @@ -193,4 +193,4 @@ runs:
# Action repo needs to be present for cleanup/tests
- name: Checkout to make sure action.yml is present (tests)
if: ${{ github.repository }} != ${{ inputs.repository }}
uses: actions/checkout@v3
uses: actions/checkout@v4

0 comments on commit 147c1b2

Please sign in to comment.