Skip to content

Commit

Permalink
Merge pull request #536 from robbrad/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/checkout-4

chore: bump actions/checkout from 3 to 4
  • Loading branch information
robbrad authored Jan 5, 2024
2 parents 09d98d5 + 45e767e commit a2a14fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Publish to Registry
uses: elgohr/Publish-Docker-Github-Action@v5
with:
Expand Down

0 comments on commit a2a14fa

Please sign in to comment.