Skip to content

Commit

Permalink
Merge pull request #20 from joeirimpan/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/checkout-4

chore(deps): Bump actions/checkout from 3 to 4
  • Loading branch information
joeirimpan committed Oct 14, 2023
2 parents 57efe54 + 3826036 commit 9c42710
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
# Checkout the repository to the GitHub Actions runner
- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

# Repo metadata
- name: Repo metadata
Expand Down

0 comments on commit 9c42710

Please sign in to comment.