Skip to content

Commit

Permalink
Update actions/checkout action to v4 (#30)
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 Aug 6, 2024
1 parent 1fa2ef1 commit dfaa2be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy-single-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
steps:
- name: Checkout Dockerfile
if: ${{ inputs.force_rebuild == false }}
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: source
Expand Down Expand Up @@ -168,7 +168,7 @@ jobs:
one_image_tag_long: ${{ steps.extract-one-tag.outputs.tag_long }}
steps:
- name: Checkout Dockerfile
uses: actions/checkout@v3
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}
path: source
Expand Down

0 comments on commit dfaa2be

Please sign in to comment.