Skip to content

Commit

Permalink
ci: switch to v4 of the checkout action
Browse files Browse the repository at this point in the history
  • Loading branch information
carlalexander committed Nov 16, 2023
1 parent eaf85f2 commit 06dfd75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-dev-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: depot/setup-action@v1

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-publish-tag-images.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: depot/setup-action@v1

- name: Checkout
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Login to Docker Hub
uses: docker/login-action@v2
Expand Down

0 comments on commit 06dfd75

Please sign in to comment.