Skip to content

Commit

Permalink
Merge pull request #109 from elgohr/dependabot/github_actions/actions…
Browse files Browse the repository at this point in the history
…/checkout-4

⬆️ Bump actions/checkout from 3 to 4
  • Loading branch information
github-actions[bot] authored Sep 4, 2023
2 parents 301ed58 + cda248d commit d7e2070
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,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
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Build the Docker image
run: docker build .

0 comments on commit d7e2070

Please sign in to comment.