Skip to content

Commit

Permalink
remove checkout from actions
Browse files Browse the repository at this point in the history
  • Loading branch information
AntonioVentilii committed Nov 27, 2024
1 parent c4d4274 commit e0c24c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions .github/actions/docker-build-backend/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ outputs: {}
runs:
using: 'composite'
steps:
- uses: actions/checkout@v4

- name: Set up docker buildx
uses: docker/setup-buildx-action@v3

Expand Down
3 changes: 0 additions & 3 deletions .github/actions/docker-build-base/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ outputs: {}
runs:
using: 'composite'
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Update system packages
run: sudo apt-get update
shell: bash
Expand Down

0 comments on commit e0c24c4

Please sign in to comment.