Skip to content

Commit

Permalink
Merge pull request #2 from joshjohanning-org/dependabot/github_action…
Browse files Browse the repository at this point in the history
…s/actions/checkout-3

Bump actions/checkout from 2 to 3
  • Loading branch information
joshjohanning authored Aug 23, 2023
2 parents e7d8c97 + 7aa1508 commit 8148df3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
runs-on: ${{ inputs.runs-on }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3

- name: Build the Docker image
run: docker build . --file ${{ inputs.dockerfile-path }} --tag ${{ inputs.image-repository }}/${{ inputs.image-name }}:${{ inputs.image-tag }}
Expand Down

0 comments on commit 8148df3

Please sign in to comment.