Skip to content

Commit

Permalink
Merge pull request #7 from projectpotos/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/checkout-4

chore(deps): bump actions/checkout from 3 to 4
  • Loading branch information
fadnincx authored Jan 4, 2024
2 parents be015de + fda4385 commit 5d5c15d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Build image
run: docker build . --file Dockerfile --tag $IMAGE_NAME
Expand Down

0 comments on commit 5d5c15d

Please sign in to comment.